import { Lazy } from "lazy-val"; import { VmManager } from "./vm"; export declare class PwshVmManager extends VmManager { constructor(); readonly powershellCommand: Lazy; }