export declare enum EMercadoPagoCallbackType {
    PAYMENT = "payment",
    SUBSCRIPTION = "subscription",
    PLAN = "plan",
    INVOICE = "invoice",
    POINT_INTEGRATION = "point_integration"
}
