import { FernNavigation } from "../.."; /** * Uses depth-first traversal to update the pointsTo property of all nodes in the tree. * * @param input will be mutated */ export declare function mutableUpdatePointsTo(input: FernNavigation.NavigationNode): void; //# sourceMappingURL=updatePointsTo.d.ts.map