import { Driver } from 'rado';
export type Store = Driver.Async;
export declare function createStore(data?: Uint8Array): Promise<Store>;
