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