/** * Fetch process.env[envName] or throw if its undefined */ export declare const envOrThrow: (envName: string) => string; //# sourceMappingURL=envOrThrow.d.ts.map