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