import { atPath } from '../../CodeEditor/fetchCoreResourcesSuggestions'; import { ItemWithValue, SchemaConditionItem } from '../utils'; type MatcherDictionary = Array<{ matcher: SchemaConditionItem["matcher"]; visible?: boolean; label: string; fieldTypes: Array>["field"]>["type"]>; isMulti: boolean; exactMatch: boolean; }>; export declare const matcherDictionary: MatcherDictionary; export declare function guessFieldType(value: ItemWithValue["value"] | undefined): NonNullable>["field"]>["type"]; export {};