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