import { AlgoliaInsightsHit } from './types'; export declare function isAlgoliaInsightsHit(hit: any): hit is AlgoliaInsightsHit;