import { Test } from 'nodeunit'; declare const _default: { 'bucket without notifications'(test: Test): void; 'when notification are added, a custom resource is provisioned + a lambda handler for it'(test: Test): void; 'bucketNotificationTarget is not called during synthesis'(test: Test): void; 'subscription types'(test: Test): void; 'multiple subscriptions of the same type'(test: Test): void; 'prefix/suffix filters'(test: Test): void; }; export = _default;