import { Database } from './database.types'; export declare function databaseFactory(organizationName: string, databaseNameSpace?: string): Database;