import type StorageProvider from './types';
declare const provider: StorageProvider<unknown>;
export default provider;
