import { LeadEventRO } from '@escapenavigator/types/dist/lead/lead-event.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { id: number; }; type ResponseData = LeadEventRO[]; export declare const getEvents: ApiMethodDeclaration; export {};