export declare enum ProblemType {
    NotSet,
    BankAccountNotFound,
    InternalError,
    InvalidApplication,
    InvalidRequest,
    OrganisationNotFound,
    OrganisationOffline,
    RequestTimeout,
    ServiceUnavailable,
    Unauthorized,
    RateLimitError
}
