declare const detectURLs: (string: string) => RegExpMatchArray | null;

export { detectURLs as default };
