export declare function resolveWindowsCommandShim(params: {
    command: string;
    cmdCommands: readonly string[];
    platform?: NodeJS.Platform;
}): string;
