import { Test } from 'nodeunit'; declare const _default: { 'resolves to a fn::getatt'(test: Test): void; 'tokens and intrinsics can be used freely in keys or values'(test: Test): void; 'JSON.stringify() will return the CFN-stringified value to avoid circular references'(test: Test): void; 'resource provider simply parses json and reflects back as an attribute'(test: Test): Promise; }; export = _default;