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