export declare const useUomFieldUpdater: ({ fieldMapping, sourceData, conversation_factor, fieldPrefix, setValue, shouldUpdate, active_location, }: { fieldMapping: Record; sourceData: any; conversation_factor?: number | string; fieldPrefix: string; setValue: any; shouldUpdate: boolean; active_location?: any; }) => () => void;