import { Test } from 'nodeunit'; declare const _default: { 'can make simple alarm'(test: Test): void; 'can add actions to alarms'(test: Test): void; 'can make alarm directly from metric'(test: Test): void; 'can use percentile string to make alarm'(test: Test): void; }; export = _default;