export declare function isSameURL(target: URL, current: URL): boolean;
export declare function isSameURLWithoutSearch(target: URL, current: URL): boolean;
