export declare function getItem(key: string): T | null; export declare function setItem(key: string, value: T): void;