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