import { ICredentialTestFunctions, ICredentialsDecrypted, INodeCredentialTestResult } from "n8n-workflow"; export declare function neonApiCredentialTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise;