import type { MultiSearchResult } from '../../types';
export declare function adaptTotalHits(searchResponse: MultiSearchResult<Record<string, any>>): number;
//# sourceMappingURL=total-hits-adapter.d.ts.map