import { parseMcpAppsList } from "./config.js"; export declare const mcpAppsFlag: { kind: "parsed"; brief: string; optional: true; inferEmpty: true; parse: typeof parseMcpAppsList; }; //# sourceMappingURL=cli-flag.d.ts.map