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