declare const storage: { set: (key: string, value: any) => void; get: (key: string, defaultValue: any) => any; }; export default storage;