export declare const CHANNEL_EVENTS: { readonly channelEvent: "channel.event"; readonly channelJoin: "channel.join"; readonly channelGetPeers: "channel.getPeers"; readonly channelTriggerStateEvent: "channel.triggerStateEvent"; readonly channelState: "channel.state"; readonly channelLeave: "peer.disconnected"; readonly updatePeerAppData: "peer.updateAppData"; readonly activityConfirm: "channel.confirmActivity"; readonly activityConfirmationAcquired: "channel.activityConfirmationAcquired"; readonly activityConfirmationRequired: "channel.activityConfirmationRequired"; readonly activityConfirmationExpired: "channel.activityConfirmationExpired"; readonly getAudioObserverProducer: "channel.getAudioObserverProducer"; readonly changeProducePermissions: "channel.changeProducePermissions"; readonly deleteProducePermissions: "channel.deleteProducePermissions"; readonly changePeerProducePermissions: "peer.changeProducePermissions"; readonly addPeerProducePermissions: "peer.addProducePermissions"; readonly removePeerProducePermissions: "peer.removeProducePermissions"; readonly changePeerGroups: "peer.groupsChanged"; readonly ping: "peer.ping"; readonly audioObserverMessage: "audioObserver.message"; }; export declare const CLIENT_EVENTS: { readonly channelEvent: "channel-event"; readonly peerJoined: "peer-joined"; readonly peerLeft: "peer-left"; readonly activityConfirmationRequired: "channel-activity-confirmation-required"; readonly activityConfirmationAcquired: "channel-activity-confirmation-acquired"; readonly activityConfirmationExpired: "channel-activity-confirmation-expired"; readonly channelRejoinRequired: "channel-rejoin-required"; readonly devicesListUpdated: "devices-list-updated"; readonly transportConnectionTimeout: "transport-connection-timeout"; readonly trackForceClosed: "track-force-closed"; readonly trackFailed: "track-failed"; readonly activeSpeakerChanged: "active-speaker-changed"; readonly channelStateInconsistent: "channel-state-inconsistent"; readonly connectionLost: "connection-lost"; readonly connectionRestored: "connection-restored"; readonly forcedDisconnect: "forced-disconnect"; readonly rejectUnauthorized: "reject-unauthorized"; readonly denoiserInitializing: "denoiser-initializing"; readonly channelStateSynced: "channel-state-synced"; readonly denoiserEnabled: "denoiser-enabled"; readonly denoiserDisabled: "denoiser-disabled"; readonly denoiserFallback: "denoiser-fallback"; readonly denoiserFailed: "denoiser-failed"; }; export declare const TRACK_EVENTS: { readonly volumeChanged: "volume-changed"; }; export declare const INTERNAL_CLIENT_EVENTS: { readonly trackProduced: "track-produced"; readonly trackUnproduced: "track-unproduced"; readonly trackPaused: "track-paused"; readonly trackResumed: "track-resumed"; readonly trackClosed: "track-closed"; readonly trackReopened: "track-reopened"; readonly trackFailed: "track-failed"; }; export declare const PEER_EVENTS: { readonly mediaPublished: "media-published"; readonly mediaUnPublished: "media-unpublished"; readonly publisherPaused: "publisher-paused"; readonly publisherResumed: "publisher-resumed"; readonly connectionQualityChanged: "connection-quality-changed"; readonly trackStart: "track-start"; readonly trackEnd: "track-end"; readonly trackPaused: "track-paused"; readonly trackResumed: "track-resumed"; readonly trackFailed: "track-failed"; readonly appDataUpdated: "app-data-updated"; readonly producePermissionsChanged: "produce-permissions-changed"; readonly groupsChanged: "groups-changed"; }; export declare const MEDIASOUP_EVENTS: { readonly newProducer: "peer.newProducer"; readonly producerClose: "producer.close"; readonly producerPause: "producer.pause"; readonly producerResume: "producer.resume"; readonly producerPaused: "producer.paused"; readonly producerResumed: "producer.resumed"; readonly producerForceClosed: "producer.forceClosed"; readonly producerSetMaxSpatialLayer: "producer.setMaxSpatialLayer"; readonly producerRequestMaxSpatialLayer: "producer.requestMaxSpatialLayer"; readonly createConsumer: "consumer.create"; readonly eventDataProducerSubscribe: "dataProducer.subscribe"; readonly createDataConsumer: "dataConsumer.create"; readonly closeConsumer: "consumer.close"; readonly pauseConsumer: "consumer.pause"; readonly resumeConsumer: "consumer.resume"; readonly consumerChangePreferredLayers: "consumer.changeConsumerPreferredLayers"; readonly consumerRequestKeyFrame: "consumer.requestKeyFrame"; readonly transportCreate: "transport.create"; readonly transportClose: "transport.close"; readonly transportConnect: "transport.connect"; readonly transportProduce: "transport.produce"; readonly transportProduceData: "transport.produceData"; readonly transportConnectionTimeout: "transport.connectionTimeout"; readonly transportStateChange: "connectionstatechange"; readonly transportGetIceParameters: "transport.getIceParameters"; }; export declare const MEDIASOUP_MEDIA_ACTIONS_TRACK_EVENTS: string[]; export declare const NETWORK_OBSERVER_EVENTS: { readonly transportState: "transport-state"; };