export declare function normalizeUrl(url: string): string;
export declare function isSameOrigin(url1: string, url2: string): boolean;
