import { PlayableInput } from "."; import { GenericAudioInput } from "./audio"; /** * Video input */ export type VideoInput = PlayableInput & GenericAudioInput; //# sourceMappingURL=video.d.ts.map