import { Deno } from "@deno/shim-deno"; export { Deno } from "@deno/shim-deno"; export declare const dntGlobalThis: Omit & { Deno: typeof Deno; };