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

export = safeStorage;
