import { ChannelInput } from './ChannelInput'; export declare class ChannelInputRtmp extends ChannelInput { port: number; constructor(src: ChannelInputRtmp); }