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