declare const LOCAL_URL: any; declare const CONNECT_API_URL: any; declare const BIMKK_API_URL: any; declare const BIMKK_URL: any; declare const OSS_URL: any; declare const DBSCAN_URL: any; declare const API_TIME_OUT = 300000; export { LOCAL_URL, CONNECT_API_URL, BIMKK_API_URL, BIMKK_URL, OSS_URL, DBSCAN_URL, API_TIME_OUT };