import { Test } from 'nodeunit'; declare const _default: { 'when notification are added, a custom resource is provisioned + a lambda handler for it'(test: Test): void; 'can specify prefix and suffix filter rules'(test: Test): void; 'the notification lambda handler must depend on the role to prevent executing too early'(test: Test): void; 'throws with multiple prefix rules in a filter'(test: Test): void; 'throws with multiple suffix rules in a filter'(test: Test): void; }; export = _default;