/** * featnpm info 命令 - 显示包详细信息 */ import type { CLIArgs } from "../../types/index.js"; /** * 显示包信息 */ export declare function infoCommand(args: CLIArgs): Promise; //# sourceMappingURL=info.d.ts.map