import { type IExecuteFunctions, type INodeExecutionData, type INodeProperties } from 'n8n-workflow';
export declare const description: INodeProperties[];
export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
//# sourceMappingURL=createEvent.operation.d.ts.map