export declare class DiscriminadorCatalogo { static GENERO: string; static SEXO: string; static ESTADO_CIVIL: string; static ENTIDAD_FEDERATIVA: string; static MOTIVO_REGISTRO: string; static MARCA_TELEFONO: string; static MODELO_TELEFONO: string; static PROVEEDOR_SERVICIO_TELEFONICO: string; static TIPO_DE_DOCUMENTO: string; static TIPO_DE_TARJETA_BANCARIA: string; static MODALIDAD_DE_TARJETA_BANCARIA: string; static EMPRESA_FINANCIERA: string; static BANCO: string; static TIPO_VEHICULO: string; static MARCA: string; static SUBMARCA: string; static COLOR_VEHICULO: string; static REPORTE_ROBO: string; static PAIS_NACIONALIDAD: string; static USO_VEHICULO: string; static TIPO_COMBUSTIBLE: string; static CALIDAD_VEHICULO: string; static ASEGURADORA: string; static TIPO_ARMA: string; static TIPO_OBJETO: string; static PAIS: string; static NACIONALIDAD: string; static TIPO_SOLICITUD: string; constructor(); }