declare const APP_WEBSOCKET_PORT: 4567; declare const APP_DEEP_LINK_SCHEME = "altdot-app"; declare const APP_USER_MODEL_ID = "com.altdot-app"; export { APP_DEEP_LINK_SCHEME, APP_USER_MODEL_ID, APP_WEBSOCKET_PORT };