import yargs from "yargs"; declare const y: yargs.Argv<{ "fail-command": string | undefined; } & { "package-script": string[]; } & { project: string[]; } & { "tmp-dir": string | undefined; } & { "logs-to-stdout": boolean; }>; /** * */ export declare function parseArguments(): ReturnType<(typeof y)["parseSync"]>; export {}; //# sourceMappingURL=cli.d.ts.map