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