import type { CLIArgs } from "../types/index.js"; /** * 解析命令行参数 */ export declare function parseArgs(rawArgs: string[]): CLIArgs; //# sourceMappingURL=argv.d.ts.map