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