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