import type { HMSHLSPlaylistType } from './HMSHLSPlaylistType'; export declare class HMSHLSVariant { hlsStreamUrl?: string; meetingUrl?: string; metadata?: string; startedAt?: Date; playlistType?: HMSHLSPlaylistType; constructor(params: { hlsStreamUrl?: string; meetingUrl?: string; metadata?: string; startedAt?: Date; playlistType?: HMSHLSPlaylistType; }); }