/** * Extract all URLs (http/https) from a text string. */ export declare const extractUrls: (body: string) => string[];