interface Runtimeimport { type Runtime } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/mod.ts"; Propertiesfs: RuntimeFileSystempath: RuntimePathMethodsgetEnvVar(name: string): string | undefinedgetEndOfLine(): stringgetPathMatchesPattern(path: string, pattern: string): boolean