import { LeadCountersRO } from '@escapenavigator/types/dist/lead/lead-counters.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = LeadCountersRO; export declare const getCounters: ApiMethodDeclaration; export {};