import type { ICredentialsDecrypted, ICredentialTestFunctions, INodeCredentialTestResult } from 'n8n-workflow'; export declare function postgresConnectionTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; //# sourceMappingURL=credentialTest.d.ts.map