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