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