import type { Scope, Options, DBConfig } from '../types';
export declare function getDatabaseInfos(options: Options): Promise<DBConfig>;
export declare function addDatabaseDependencies(scope: Scope): void;
//# sourceMappingURL=database.d.ts.map