export declare function getStorage(key: any, defaultValue?: null): any; export declare function setStorage(key: any, value: any): void;