import { BatchingDispatchConfig, ResolvedHttpConfig } from './shared-dispatcher'; export default function batch(apiHost: string, config?: BatchingDispatchConfig, httpConfig?: ResolvedHttpConfig, protocol?: 'http' | 'https'): { dispatch: (_url: string, body: object, _retryCountHeader?: number) => Promise; }; //# sourceMappingURL=batched-dispatcher.d.ts.map