import { ServerOptions } from '../types'; export declare function createDB(opts?: ServerOptions): Promise;