import { ISearchResult } from '../../common'; import { Fetcher } from '../../common/api'; import { IAnalyticsFindByInputDto, ITrace } from '../types'; export declare const getTrackingAnalytics: (fetcher: Fetcher, filters?: IAnalyticsFindByInputDto) => Promise>;