import { RequestFnType } from "./utils/request"; import { InsightsEvent } from './types'; export declare function makeSendEvents(requestFn: RequestFnType): (eventData: InsightsEvent[]) => void;