declare class EnvironmentsVerification { isTest: () => boolean; isDevelopment: () => boolean; isProduction: () => boolean; } declare const _default: EnvironmentsVerification; export default _default;