export declare enum APP_VERSION_STATUS {
    DRAFT = "draft",
    LIVE = "live",
    DEPRECATED = "deprecated",
    PROMOTING = "promoting"
}
