declare function safeStorage(type?: string): typeof window.localStorage; export default safeStorage;