type EnvType = { env: Env; isProd: boolean; isTest: boolean; }; export declare const env: EnvType; export {};