export declare enum Grupo {
    MERCADO_INTERNACIONAL = 1,
    COTIZACIONES_LOCALES = 2,
    TASAS_LOCALES = 3
}
//# sourceMappingURL=Grupo.d.ts.map