export declare function setItem(key: string, value: string): void; export declare function getItem(key: string, defaultValue?: any): any;