import type { StorageFactory } from '../types';
export declare const createStore: StorageFactory;
