import type { ICredentialsDecrypted, ICredentialTestFunctions, IExecuteFunctions, INodeCredentialTestResult, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Ftp implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { ftpConnectionTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; sftpConnectionTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Ftp.node.d.ts.map