import { Test } from 'nodeunit'; declare const _default: { 'default rule'(test: Test): void; 'eventPattern is rendered properly'(test: Test): void; 'fails synthesis if neither eventPattern nor scheudleExpression are specified'(test: Test): void; 'addEventPattern can be used to add filters'(test: Test): void; 'targets can be added via props or addTarget with input transformer'(test: Test): void; 'input template can contain tokens'(test: Test): void; 'asEventRuleTarget can use the ruleArn and a uniqueId of the rule'(test: Test): void; }; export = _default;