import type { Path } from '../../../../../schema/actions/utils/path.js';
import type { $GET } from '../../symbols/index.js';
import type { ExpressionState } from '../types.js';
export declare const expressGetUpdate: (value: unknown & {
    [$GET]: unknown;
}, path: Path, state: ExpressionState) => ExpressionState;
