import { InvolucradoModel } from './involucrado.model'; export declare class EventoCalendarioModel { elementosNegocio: any; titulo: string; detalle: object; notas: string; tipoEvento: string; fechaInicio: Date; horaInicio: any; fechaFin: Date; horaFin: any; estatus: any; involucrados: Array; lugar: string; url: string; actions: any; id: any; createdBy?: string; updatedBy?: string; motivoCancelarEvento?: string; autoridadResponsable?: any; idDiligencia: any; }