declare const CONFIG: {
    API_BASE_URL: string;
    WebSocket_URl: string;
};
export default CONFIG;
