/** * wander-cmd.ts — walk through an agent's memory graph from the CLI. * * Takes a random walk through stored memories, following semantic * connections. Shows how the engine links concepts during consolidation. * * Usage: * fozikio wander * fozikio wander --steps 8 * fozikio wander --from "authentication" */ export declare function runWander(args: string[]): Promise; //# sourceMappingURL=wander-cmd.d.ts.map