import { AxiosInstance } from 'axios'; import { Stats } from '../@types'; export default function (client: AxiosInstance): { getStats(): Promise; };