import { DataStore } from '../interfaces'; export declare function createDatastore(name: string, query?: DataStore, cb?: any): void;