import type { ParentPath } from "../parent/path";
/**
 * @ignore
 */
export declare function tweakModel<T>(value: T, parentPath: ParentPath<any> | undefined): T;
