import type { StorageFactory } from '../types';
export declare const isSupported: () => boolean;
export declare const createStorage: StorageFactory;
