/** * `cargo-ai --chat` is an entrance to `ask`, not a commander flag that a * subcommand could collide with. Rewrite it away before parse so `ask` owns * the rest of the argv. * * Exported for tests; `index.ts` is the only production caller. */ export declare function rewriteChatFlag(argv: readonly string[]): string[]; //# sourceMappingURL=rewriteChatFlag.d.ts.map