export declare function getMsvcArch(arch: string): string; /** * Setup MSVC Developer Command Prompt * @param {string} arch - Target architecture * @param {string | undefined} vsversion - The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019"). */ export declare function setupMSVCDevCmd(arch: string, vsversion?: string): void;