export declare const insightsFlushTopic = "insights.flush"; export declare const featureFlagEvaluatedTopic = "featureflag.evaluated.topic"; export declare const featureFlagEvaluatedBufferTopic = "featureflag.evaluated.buffer.topic"; export declare const websocketReconnectTopic = "network.websocket.reconnect"; export declare const debugModeQueryStr = "debugmode"; export declare const insightsTopic = "insights.topic"; export declare const devModeEventName: string; export declare const devModeStorageKey = "ffcdevmode"; export declare const devModeBtnId = "ff-devmode-btn"; export declare const devModeQueryStr = "devmode"; export declare const WebSocket: { OPEN: number; };