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