/**
 * Represents an interface for defining MMS channel messages.
 *
 * @deprecated Please use types instead of interfaces.
 *
 * @ignore
 */
export interface MMSChannelInterface {
    channel: 'mms';
}
//# sourceMappingURL=MMSChannelInterface.d.ts.map