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