export declare enum AllowedType {
    ALLOWED = "ALLOWED",
    BLOCKED = "BLOCKED",
    EXPIRED = "EXPIRED",
    NO_CREDIT = "NO_CREDIT",
    NOT_ALLOWED = "NOT_ALLOWED"
}
