export declare function compareUrls(url1: string, url2: string, ignoreQuery?: boolean): boolean;
