/** * featnpm features/search 命令 - 列出所有可用的 Feature */ import type { CLIArgs } from "../../types/index.js"; export declare function featuresCommand(args: CLIArgs): Promise; //# sourceMappingURL=features.d.ts.map