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