import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const getClaimFields: INodeProperties[]; export declare function mapGetClaimParams(this: IExecuteFunctions): { claimId: string; actOnBehalfOfClient: boolean; userId?: string; }; export declare function getClaim(this: IExecuteFunctions): Promise;