/** * What environment setups we use for the BE applications */ export declare enum UsedEnvironments { Prod = "prod", Dev = "dev" }