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