import type { EnvVar } from '../domain/env-var.js'; export declare const getEnvOrThrow: (key: string) => EnvVar;