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