export declare const BASE_URL = "https://tap-turtle-chat.vercel.app";
export declare const EVENTS_ENDPOINT = "https://tap-turtle-chat.vercel.app/api/events";
export declare const RECORDING_ENDPOINT = "https://tap-turtle-chat.vercel.app/api/recording";
export declare const OBSERVABILITY_ENDPOINT = "https://tap-turtle-chat.vercel.app/api/observability";
export declare const EVENT_SEND_INTERVAL = 5000;
export declare const MOUSE_MOVE_THROTTLE = 200;
