/** * `aiwg index views` subcommand router. * * Subcommands: * add — scaffold a definition YAML interactively or via flags * list — list all views with freshness * show — print stored results * build [] — emit dispatch plan(s) for stale or named views * remove — delete definition + results * * `build` does NOT directly invoke RLM. RLM dispatch is an agent skill * (/rlm-batch). This CLI prints a dispatch plan that the agent reads * and acts on, then writes the result back via putResult(). * * @implements #1207 */ export declare function main(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map