declare function getLocation(): Location; declare function getWindow(): Window & typeof globalThis; declare const _default: { getLocation: typeof getLocation; getWindow: typeof getWindow; }; export default _default;