import { IExecuteSingleFunctions } from 'n8n-workflow';
import { AttributesFieldsParameter, TransformedAttributesMap } from './types';
export declare function parseAttributesFromFields(context: IExecuteSingleFunctions, attributesFieldsParam: AttributesFieldsParameter | undefined): TransformedAttributesMap;
export declare function parseAttributesFromJson(context: IExecuteSingleFunctions, attributesJsonInput: unknown): TransformedAttributesMap;
