import { L7Trace } from "../../types"; import * as d3 from 'd3'; export declare const getServiceId: (d: L7Trace) => any; export declare const render: (a: Array) => (b: d3.Selection, c: Record) => Record;