import type { SpawnArgs } from "./types.ts"; export default class Runtime { static resolve(runtime: string, command: string, target?: string | null): SpawnArgs; } //# sourceMappingURL=runtime.d.ts.map