/** * PostgreSQL secret patterns */ import { SecretPattern } from '../types'; /** * PostgreSQL Connection String pattern * Format: postgres://username:password@host:port/database */ export declare const postgresConnectionStringPattern: SecretPattern; export declare const postgresPatterns: SecretPattern[]; //# sourceMappingURL=postgres.d.ts.map