export declare function getItem(key: string, initial: T): T; export declare function setItem(key: string, value: unknown): void; //# sourceMappingURL=localStorage.d.ts.map