import { ParticipantBase, RawParticipantBase, RawVoicePropertiesResponse, VoiceProperties } from "../participants.types"; export declare function decodeParticipantEvent(participant: RawParticipantBase): ParticipantBase;