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