import { type BookTreeNode } from '../../../data/book-tree/book-tree-node.js';
import { type BookFullRoute, type ValidBookPaths } from '../../../routing/book-routing.js';
export declare function getCurrentNodes(flattenedNodes: ReadonlyArray<Readonly<BookTreeNode>>, currentPaths: Readonly<ValidBookPaths>, updateRoutes: (newRoute: Partial<BookFullRoute>) => void): BookTreeNode[];
