export declare enum Environment {
    PRODUCTION = "https://api.channelape.com",
    STAGING = "https://staging-api.channelape.com"
}
export default Environment;
