export declare enum ETransactionProvider {
    MERCADOPAGO = "MERCADOPAGO",
    FIREBANK = "FIREBANK",
    DEFAULT = "DEFAULT"
}
