import type { AlgoliaHit } from '../../types'; export declare function addQueryID(hits: THit[], queryID?: string): Array;