import type { HMSHLSMeetingURLVariant } from './HMSHLSMeetingURLVariant'; import type { HMSHLSRecordingConfig } from './HMSHLSRecordingConfig'; export declare class HMSHLSConfig { hlsRecordingConfig?: HMSHLSRecordingConfig; meetingURLVariants?: Array; constructor(params: { hlsRecordingConfig?: HMSHLSRecordingConfig; meetingURLVariants?: Array; }); }