import LionDB from "../core/liondb.node"; export declare function create(app: string, name: string): LionDB; export declare function createModel(app: string, tableName: string): { masterdb: LionDB; indexdb: LionDB; };