export declare enum BestFitEnvironment {
    TESTING = "tst",
    PRODUCTION = "prd",
    DEVELOPMENT = "ing"
}
