export declare function getOriginAndPathnameFromURL(url: string): {
    origin: any;
    pathname: string | undefined;
};
