export declare function findTreePath(array: T[] | undefined, criteria: (node: T) => boolean, childrenField: NoInfer, currentPath?: T[]): T[] | false; //# sourceMappingURL=findTreePath.d.ts.map