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