export declare enum EstadoProducto {
    DESHABILITADO = "0",
    INACTIVO = "1",
    ACTIVADO = "2",
    PUBLICO = "3"
}
export declare enum TipoProducto {
    ARTICULO = "1",
    SERVICIO_CONTRATO = "2",
    MEMBRESIA = "3",
    OFERTA_EMPLEO = "4"
}
export declare enum TipoIVA {
    GENERAL = "general",
    REDUCIDO = "reducido",
    SUPERREDUCIDO = "superreducido",
    EXENTO = "exento"
}
export declare enum TipoRE {
    GENERAL = "general",
    REDUCIDO = "reducido",
    SUPERREDUCIDO = "superreducido",
    EXENTO = "exento"
}
