import { Key } from "react"; import { DageTreeActionData } from "./types"; export declare const findNodeLevel: (nodes: DageTreeActionData[], targetKey: Key, curLevel?: number) => number; export declare const findKeyPath: (nodes: DageTreeActionData[], targetKey: Key, path?: number[]) => number[] | null; //# sourceMappingURL=utils.d.ts.map