export interface PostgreSqlUser { username: string; password: string; } //# sourceMappingURL=PostgreSqlUser.d.ts.map