import type { MemoryRoot, TokenStats } from "./types.js"; export declare function computeTokenStats(root: MemoryRoot): Promise;