import { Flag } from "effect/unstable/cli"; /** * Catalog-validated coding-agent selection. Repeatable; an identifier outside * the supported agent catalog is rejected by the parser before any handler * runs. Agent selection means workspace membership (`setup`) or a listing * filter (`skills list`, `subagents list`); commands re-describe the flag for * their own meaning. No command narrows a single extension to a subset of * configured agents. */ export declare const agentFlag: Flag.Flag; //# sourceMappingURL=agent-flag.d.ts.map