type alias ImportMapimport { type ImportMap } from "https://deno.land/x/aleph@1.0.0-alpha.14/server/types.ts"; definition: { readonly __filename: string; readonly imports: Record<string, string>; readonly scopes: Record<string, Record<string, string>>; }