import { ICommandInput, IDoDevopsCommand } from "../../@types/command"; /** * Given a known command to the CLI, this function will * parse the command line arguments to arrive at both * an `argv` array and `opts` hash to be passed to the * command. */ export declare function parseCmdArgs(cmd: IDoDevopsCommand, incomingArgv: string[]): Omit, "observations">; //# sourceMappingURL=parseCmdArgs.d.ts.map