declare const _supportedDatabases: readonly ["postgres", "mssql"]; export type TSupportedDatabases = (typeof _supportedDatabases)[number]; export {}; //# sourceMappingURL=connectionFactory.d.ts.map