export declare function getPathname(url: string): string;
export declare function isFullStringUrl(url: string): boolean;
