export declare enum Env { PROD = "production", DEV = "develoment", TEST = "test" } export declare const EnvTypes: typeof Env;