export declare const ANONYMOUS_TOKEN_COOKIE_KEY = "_ALGOLIA";
export declare function getInsightsAnonymousUserTokenInternal(): string | undefined;
/**
 * @deprecated This function will be still supported in 4.x releases, but not further. It is replaced by the `insights` middleware. For more information, visit https://www.algolia.com/doc/guides/getting-insights-and-analytics/search-analytics/click-through-and-conversions/how-to/send-click-and-conversion-events-with-instantsearch/js/
 */
export default function getInsightsAnonymousUserToken(): string | undefined;
