import { EvkHttpService, EvkShowServiceBase } from '@evomatik/evk-common'; import { Observable } from 'rxjs'; import { EventoCalendarioModel } from '../model/eventoCalendario.model'; export declare class EventShowService extends EvkShowServiceBase { http: EvkHttpService; uri: string; constructor(http: EvkHttpService); readonly api: string; showEvents(idDiligencia: string): Observable; evkOnBeforeShow(): Observable; evkOnDoneShow(response: any): void; evkOnErrorShow(error: any): void; }