interface ImportMetaimport { type ImportMeta } from "https://deno.land/x/aleph@1.0.0-alpha.12/types.d.ts"; Propertiesreadonlyoptionalhot: { accept: (callback?: (module: unknown) => void) => void; decline: () => void; }