declare const reportToLocalHost: (name: string, duration: number, timestamp: number, id: string, parentId?: string | undefined, attrs?: Object | undefined) => void; export default reportToLocalHost;