export declare class DiligenciaDetalleModel { id: string; estado: any; tipo: any; colaboracion: any; expediente: any; fechaEnvio: string; nombreDiligencia: string; idDiligenciaConfig: string; unidadDestino: any; unidadOrigen: any; usuarioDestino: any; usuarioOrigen: any; createdBy: string; created: any; updatedBy: string; updated: any; activo: boolean; motivoEstado: string; rolesSolicitud: []; }