/**
 * `aiwg rlm-cache` subcommand router.
 *
 * Subcommands:
 *   list                          — show all cached entries
 *   stats                         — aggregate statistics
 *   evict <hash>                  — remove one entry
 *   evict --older-than <Nd|Nh>    — remove old entries
 *   clear --yes                   — wipe everything (requires --yes)
 *
 * @implements #1203
 */
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map