export declare const localStorageMock: {
    getItem: import("vitest").Mock<(key: any) => string | null>;
    setItem: import("vitest").Mock<(key: any, value: any) => void>;
    clear: import("vitest").Mock<() => void>;
};
//# sourceMappingURL=localStorageMock.d.ts.map