import type { IExecuteFunctions } from 'n8n-workflow'; import { OtherLinkedApiOperation } from '../../shared/LinkedApiOperation'; export declare class CustomWorkflow extends OtherLinkedApiOperation { operationName: "customWorkflow"; fields: import("n8n-workflow").INodeProperties[]; body(context: IExecuteFunctions): Record; }