/**
 * `aiwg index views` subcommand router.
 *
 * Subcommands:
 *   add <name>          — scaffold a definition YAML interactively or via flags
 *   list                — list all views with freshness
 *   show <name>         — print stored results
 *   build [<name>]      — emit dispatch plan(s) for stale or named views
 *   remove <name>       — 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<void>;
//# sourceMappingURL=cli.d.ts.map