import type { Field, ValueSources } from '../types/index.noReact'; export declare const getValueSourcesUtil: (fieldData: Field, operator: string, getValueSources?: ((field: string, operator: string) => ValueSources) | undefined) => ValueSources;