/** * `aiwg features` CLI subcommands * * Cycle 1 scope (#1219): status / info only. Install / remove deferred * to Cycle 3 because the install path needs install-mode detection * (repo dev vs global npm vs plugin marketplace) which has its own * design surface. */ export declare function main(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map