declare function extractUrls(str: string): string[];

export = extractUrls;
