import { IModel } from 'zqs-core/lib/db';
import { IConfig } from './config';
export declare function createModel(config: IConfig): IModel;
