declare const getStatistic: (data: any, scoreId: number, statistic: any) => any;
export default getStatistic;
