import type { HMSLayer } from './HMSLayer'; import type { HMSVideoResolution } from './HMSVideoResolution'; export declare class HMSSimulcastLayerDefinition { layer: HMSLayer; resolution: HMSVideoResolution; constructor(params: { layer: HMSLayer; resolution: HMSVideoResolution; }); }