/**
 * `aiwg index enrich` subcommand router.
 *
 * Subcommands / flags:
 *   --using-rlm                 — emit enrichment plan(s) for an agent to dispatch
 *   --filter <expr>             — restrict to artifacts matching expr
 *   --force                     — re-enrich even when enriched_hash matches
 *   --dry-run                   — count and estimate cost only
 *   --reset                     — drop all enrichment data
 *   --list                      — list current enrichment entries
 *   --apply --id <id> --result <path>  — write a result back from agent dispatch
 *
 * Like `views build`, this CLI does NOT directly invoke RLM. It emits
 * EnrichmentPlan records the agent acts on (dispatching /rlm-batch),
 * then the agent writes results back via `--apply`.
 *
 * @implements #1204
 */
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map