import Command from '../../command';
import { Duplex } from 'stream';
export default class TcpCommand extends Command<Duplex> {
    execute(port: number, host?: string): Promise<Duplex>;
}
//# sourceMappingURL=tcp.d.ts.map