import { VitestUtils } from 'vitest'; declare function mockWindowLocation(vi: VitestUtils): { assign: import("@vitest/spy").Mock; ancestorOrigins: DOMStringList; hash: string; host: string; hostname: string; href: string; toString(): string; origin: string; pathname: string; port: string; protocol: string; search: string; reload(): void; replace(url: string | URL): void; }; export { mockWindowLocation };