/**
 * Participant class is responsible for deserializing
 * the response from the subscription API to a participant.
 */
export declare class Participant {
    participantId: number;
    participantName?: string;
}
