import { Test } from 'nodeunit'; declare const _default: { 'add metrics to graphs on either axis'(test: Test): void; 'label and color are respected in constructor'(test: Test): void; 'singlevalue widget'(test: Test): void; 'alarm widget'(test: Test): void; 'add annotations to graph'(test: Test): void; 'convert alarm to annotation'(test: Test): void; }; export = _default;