import type { Environment } from "./types.js";
export { createDecipheriv, createHash } from "crypto";
export declare const environment: Environment;
