import { DataObject } from '@twurple/common'; import { type HelixSharedChatSessionParticipantData } from '../../interfaces/endpoints/shared-chat-session.external'; import { type HelixUser } from '../user/HelixUser'; /** * A shared chat session participant. */ export declare class HelixSharedChatSessionParticipant extends DataObject { /** * The ID of the participant broadcaster. */ get broadcasterId(): string; /** * Gets information about the participant broadcaster. */ getBroadcaster(): Promise; } //# sourceMappingURL=HelixSharedChatSessionParticipant.d.ts.map