import type { WebEnv } from './web.ts'; export declare const env: WebEnv; export declare const setEnv: (e: WebEnv) => void;