export declare const ENVIRONMENTS: { DEVELOPMENT: string; TESTING: string; PRODUCTION: string; }; export declare const isDevelopment: () => boolean; export declare const isTesting: () => boolean; export declare const isProduction: () => boolean;