import { ParticipantBase, PendingParticipant, VoiceProperties } from "../participants.types"; export declare function createPendingParticipant(pendingParticipant: PendingParticipant & { phoneNumber: string; }): ParticipantBase;