import { DbConnection } from './ConnectionManager'; export declare function getConnectionInfo(config: { databaseConnectionSecret?: string | false; databaseConnectionString?: string | false; }): Promise; //# sourceMappingURL=getConnectionInfo.d.ts.map