/** * Get pathname from url. * * @param url */ export declare function getPathnameFromUrl(url: string): string;