import { Test } from 'nodeunit'; declare const _default: { 'topic tests': { 'all defaults'(test: Test): void; 'specify topicName'(test: Test): void; 'specify displayName'(test: Test): void; 'specify both'(test: Test): void; }; 'subscription tests': { 'url subscription'(test: Test): void; 'queue subscription'(test: Test): void; 'lambda subscription'(test: Test): void; 'email subscription'(test: Test): void; 'multiple subscriptions'(test: Test): void; }; 'can add a policy to the topic'(test: Test): void; 'give publishing permissions'(test: Test): void; 'topics can be used as event rule targets (and then the topic policy will allow that too)'(test: Test): void; 'topic resource policy includes unique SIDs'(test: Test): void; 'export/import'(test: Test): void; 'asBucketNotificationDestination adds bucket permissions only once for each bucket'(test: Test): void; }; export = _default;