export declare const storageClickIdKey = "analytics_snap_capi_click_id"; export declare const storageSCIDCookieKey = "analytics_snap_capi_scid_cookie"; export declare const clickIdQuerystringName = "ScCid"; export declare const scidCookieName = "_scid"; export declare const scidIntegrationFieldName = "uuid_c1"; export declare const clickIdIntegrationFieldName = "click_id"; export declare const getCookieValue: (cookieName: string) => string | null; export declare const storageFallback: { get: (key: string) => string | null; set: (key: string, value: string) => void; };