import { MessageVideoInterface } from '../MessageVideoInterface';
import { MMSChannelInterface } from './MMSChannelInterface';
/**
 * Represents an interface for defining MMS channel messages with video.
 * @deprecated Please use types instead of interfaces.
 *
 * @ignore
 */
export interface MMSVideoInterface extends MessageVideoInterface, MMSChannelInterface {
}
//# sourceMappingURL=MMSVideoInterface.d.ts.map