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