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