import { Source } from'../component';
exportdeclareclassTcpSourceextendsSource {
/**
* Create a TCP component.
* A TCP socket will be created from parsing the URL of the first outgoing message.
* @param host Force RTSP host (overrides OPTIONS URL)
*/constructor(host?: string);
}