import { PostgreSqlAuthenticationConfiguration } from "./PostgreSqlAuthenticationConfiguration.js"; export interface PostgreSqlConfiguration { authentication?: PostgreSqlAuthenticationConfiguration; } //# sourceMappingURL=PostgreSqlConfiguration.d.ts.map