import AlgoliaAnalytics from "./insights"; import { getFunctionalInterface } from "./_getFunctionalInterface"; import { getRequesterForBrowser } from "./utils/getRequesterForBrowser"; import { processQueue } from "./_processQueue"; export { getRequesterForBrowser, AlgoliaAnalytics, getFunctionalInterface, processQueue }; export * from "./types"; declare const _default: import("./types").InsightsClient; export default _default;