import { type ResolutionHostFactory } from "https://dotland.deno.dev/x/ts_morph@17.0.1/common/ts_morph_common.d.ts";
Factory used to create a resolution host.
definition: (moduleResolutionHost: ts.ModuleResolutionHost, getCompilerOptions: () => ts.CompilerOptions) => ResolutionHost