import { Database } from './database.types'; export declare function databaseFactory(): Database; export declare const database: Database;