export default class AnalyticsApi { static ANALYTICS_ENDPOINT: string; static getAudiences: (sortBy: string, limit: number, userId?: string) => Promise>; static getCa: (sortBy: string, limit?: number, userId?: string, beginDate?: Date, endDate?: Date, filterByDate?: string) => Promise>; static getCaAverage: (sortBy: string, limit?: number, userId?: string, beginDate?: Date, endDate?: Date, filterByDate?: string) => Promise>; static findOneBy: (action: string, userId?: string, sort?: string) => Promise>; static getProduct: (sortBy: string, limit?: number, userId?: string, beginDate?: Date, endDate?: Date, productId?: string) => Promise>; }