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