import { Test } from 'nodeunit'; declare const _default: { 'default key'(test: Test): void; 'default with no retention'(test: Test): void; 'default with some permission'(test: Test): void; 'key with some options'(test: Test): void; 'addAlias creates an alias'(test: Test): void; 'can run multiple addAlias'(test: Test): void; 'grant decrypt on a key'(test: Test): void; 'grant for a principal in a dependent stack works correctly'(test: Test): void; 'keyId resolves to a Ref'(test: Test): void; 'enablePolicyControl changes key policy to allow IAM control'(test: Test): void; 'fails if key policy has no actions'(test: Test): void; 'fails if key policy has no IAM principals'(test: Test): void; 'imported keys': { 'throw an error when providing something that is not a valid key ARN'(test: Test): void; 'can have aliases added to them'(test: Test): void; 'addToResourcePolicy allowNoOp and there is no policy': { 'succeed if set to true (default)'(test: Test): void; 'fails if set to false'(test: Test): void; }; }; }; export = _default;