type GetWindowLocationType = { pathname: string; hash: string; origin: string; href: string; search: string; }; export declare const getWindowLocation: () => GetWindowLocationType; export {};