export type DictionaryFieldContextPayload = Record; export type DictionaryFieldContextState = { /** * Holds the [dictionary field context](https://docs.coveo.com/en/2036/) information. */ contextValues: DictionaryFieldContextPayload; }; export declare function getDictionaryFieldContextInitialState(): DictionaryFieldContextState;