export declare class Utility { private edgeWidthParams; constructor(edgeWidthLinearParams: { minValue: number; maxValue: number; minWidth: number; maxWidth: number; }); edgeWidth(edge: any): string; parentNodeLabelSize(node: any): number; }