/**
* Parse the arguments to the tool being executed and return the tool argument names.
*
* @paramargv - The arguments to parse. Defaults to `process.argv`.
*/exportdeclarefunctiongetToolParameterNamesFromArgs(argv?: string[]): Set<string>;
//# sourceMappingURL=CliUtilities.d.ts.map