import { IDatabase } from './database'; import { LevelupDatabase } from './levelup'; export declare function createDB(options: { location: string; }): IDatabase; export declare function createLevelupDB(path: string): LevelupDatabase; //# sourceMappingURL=utils.d.ts.map