import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const createAndReleaseClaimFields: INodeProperties[]; export declare function mapDocuments(this: IExecuteFunctions): Array<{ binary_property: string; file_name: string; }>; export declare function createAndReleaseClaim(this: IExecuteFunctions): Promise;