import type { IExecuteFunctions, IDataObject } from 'n8n-workflow';
export declare function executeAlertOperations(this: IExecuteFunctions, itemIndex: number): Promise<IDataObject | IDataObject[]>;
//# sourceMappingURL=AlertOperations.d.ts.map