import { ActionOnChange } from '../../types/ActionOnChange'; import { Context } from '../../context/context'; import { QueryValue } from '../../types/Query'; export declare const calculateLocationPath: (context: Context, actionOnChange: ActionOnChange, force?: boolean) => void; export declare const setQueryFieldValue: (field: string, value: QueryValue, context: Context, actionOnChange: ActionOnChange) => void;