import { GenericPlayableWithAudioInputMapper } from './generic-av-input-mapper'; import { SrtStreamInput } from '../../types/inputs/streams'; export declare class VideoCallInputMapper extends GenericPlayableWithAudioInputMapper { map(input: Element, includeLayers?: boolean): SrtStreamInput; } //# sourceMappingURL=video-call-input-mapper.d.ts.map