/** * featnpm add 命令 */ import type { CLIArgs } from "../../types/index.js"; export declare function addCommand(args: CLIArgs): Promise; //# sourceMappingURL=add.d.ts.map