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