/**
 * Environments
 */
export declare enum SCCommunityEnvironment {
    STAGE = "stage",
    PRODUCTION = "prod"
}
