import { ZegoEngineState, ZegoRemoteDeviceState, ZegoUpdateType } from "zego-express-engine-reactnative"; import { ZIMConnectionEvent, ZIMConnectionState } from "zego-zim-react-native"; export declare const getZegoUpdateTypeName: (type: ZegoUpdateType) => string; export declare const getZegoRemoteDeviceStateName: (type: ZegoRemoteDeviceState) => string; export declare const getZegoEngineStateName: (type: ZegoEngineState) => string; export declare const getZimConnectionEventName: (event: ZIMConnectionEvent) => string; export declare const getZimConnectionStateName: (state: ZIMConnectionState) => string;