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