export declare const isSamePageUrl: (urlStr: string) => boolean;
export declare const isExternalUrl: (urlStr: string) => boolean;
export declare const getPathname: (urlStr: string) => string;
