import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const releaseClaimFields: INodeProperties[]; export declare function mapReleaseClaimParams(this: IExecuteFunctions): { claimId: string; }; export declare function releaseClaim(this: IExecuteFunctions): Promise;