import type { CommandContext } from "../registry.js";
/**
* `chant explain [path] [--format markdown|json|okf] [-o
]` — the CLI
* path of the MCP `explain` tool (#1058): a structured summary of every
* discovered entity. `--format okf` emits an OKF v0.2 knowledge bundle
* instead — one markdown concept per entity plus an `index.md` — written as a
* directory tree under `-o `, or printed as JSON (path → content) when
* no output directory is given.
*/
export declare function runExplain(ctx: CommandContext): Promise;
//# sourceMappingURL=explain.d.ts.map