import { getStatsPayload } from '../common/payloads'; import { BikeTagApiResponse, StatsReportData } from '../common/types'; import { default as TinyCache } from 'tinycache'; import { S3Client } from '@aws-sdk/client-s3'; export declare function getStats(client: S3Client, payload: getStatsPayload, cache?: typeof TinyCache): Promise>;