import { ChannelInput } from './ChannelInput'; export declare class ChannelInputMulticast extends ChannelInput { url: string; constructor(src: ChannelInputMulticast); }