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