import { EnvNames } from './constants'; import { Env } from './env'; export declare type EnvLike = EnvNames | Env;