import { INebulaPlatformConfig, TNebulaDatabase } from '../typings/config'; import { IDatabaseService } from '../typings/database'; export declare function initDatabaseService(config: INebulaPlatformConfig, databaseType: TNebulaDatabase): IDatabaseService;