import { Fetcher } from '../../common/api'; import { IAnalyticResponse, IAnalyticsInputDto } from '../types'; export declare const getAnalytics: (fetcher: Fetcher, filters?: IAnalyticsInputDto) => Promise;