import { CloneOptions } from './clone'; /** * Clones non-primitive tree-compatible values. * Intended to be used with `withSetter(cloneTreeValue)`. */ export declare function cloneTreeValue(value: T, options?: Partial): T;