import { ImgurClient } from 'imgur';
import { getStatsPayload } from '../common/payloads';
import { BikeTagApiResponse, StatsReportData } from '../common/types';
import { default as TinyCache } from 'tinycache';
export declare function getStats(client: ImgurClient, payload: getStatsPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<StatsReportData>>;
