import { ZIMConnectionState } from 'zego-zim-react-native'; export declare const ZegoUIKitPluginType: { signaling: number; }; export declare const ZegoUIKitPluginConnectionState: { disconnected: ZIMConnectionState; connecting: ZIMConnectionState; connected: ZIMConnectionState; reconnecting: ZIMConnectionState; }; //# sourceMappingURL=defines.d.ts.map