import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function handleCreateOperation(this: IExecuteFunctions, resourceEndpoint: string, body: IDataObject): Promise;