import { TreePath } from '../state/path/TreePath.js'; export declare function setInSDTFTree(mutableRecord: Record, path: TreePath, value: unknown): void;