type RawLocation = Pick; /** * Mocks the global location object with the provided location object. Defaults to window.location. */ export declare function mockLocation(location?: Partial): void; export {};