import { Test } from 'nodeunit'; declare const _default: { setUp(cb: () => void): void; 'in graphs': { 'metric attached to stack1 will not render region and account in stack1'(test: Test): void; 'metric attached to stack1 will render region and account in stack2'(test: Test): void; 'metric with explicit account and region will render in environment agnostic stack'(test: Test): void; 'metric attached to agnostic stack will not render in agnostic stack'(test: Test): void; }; 'in alarms': { 'metric attached to stack1 will not render region and account in stack1'(test: Test): void; 'metric attached to stack1 will throw in stack2'(test: Test): void; }; }; export = _default;