import { AxiosInstance } from 'axios'; import { Batch } from '../@types'; export default function (client: AxiosInstance): { batch(requests: Batch[]): Promise; };