type WindowsEnvironment = NodeJS.ProcessEnv; export declare function windowsRootExecutable(name: string, env?: WindowsEnvironment): string; export declare function windowsSystemExecutable(name: string, env?: WindowsEnvironment): string; export declare function windowsPowerShellExecutable(env?: WindowsEnvironment): string; export {};