import { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class CoveDataProtection implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getPartners(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; }