export declare const parseUrls: (x: string) => { originalUrl: string; url: string; line: string; column: string; }[];