2025-06-30 09:38:03 +08:00

7 lines
189 B
TypeScript

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