import type { RootPath } from "../parent/path";
import type { Path } from "../parent/pathTypes";
/**
 * @ignore
 */
export declare function rootPathToTargetPathIds(rootPath: RootPath<any>): (string | null)[];
/**
 * @ignore
 */
export declare function pathToTargetPathIds(root: any, path: Path): (string | null)[];
