import Segment from "../trace/context/segment"; export default class UDP { protected timer: any; protected cacheQueue: Array; protected readonly debug: boolean; protected readonly client: any; protected readonly host: string; protected readonly port: string; private readonly logger; private readonly reportObj; constructor(); private cache; private report; send(segment: Segment): void; }