import { ConsultarLoteRpsEnvio } from './ConsultarLoteRpsEnvio';
/** tns:ConsultarLoteRps */
export interface TnsConsultarLoteRps {
    /** ConsultarLoteRpsEnvio */
    ConsultarLoteRpsEnvio: ConsultarLoteRpsEnvio;
}
