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