interface RuntimePathimport { type RuntimePath } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/mod.ts"; Methodsjoin(...paths: string[]): stringJoins the paths. normalize(path: string): stringNormalizes the provided path. relative(from: string, to: string): stringReturns the relative path from from to to.