/** Hosting configuration environment */
export declare enum EnvironmentEnum {
    'development' = "development",
    'production' = "production"
}
//# sourceMappingURL=EnvironmentEnum.d.ts.map