import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class Autopilot implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getCustomFields(this: ILoadOptionsFunctions): Promise; getLists(this: ILoadOptionsFunctions): Promise; getTriggers(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Autopilot.node.d.ts.map