import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function createTicket(this: IExecuteFunctions, index: number): Promise; //# sourceMappingURL=execute.d.ts.map