export declare enum ProblemType {
    NotSet,
    InvalidRequest,
    InvalidApplication,
    ServiceUnavailable,
    InternalError
}
