export declare function extractLinksFromMessage(message: string, opts?: {
    maxLinks?: number;
}): string[];
