import { Test } from 'nodeunit'; declare const _default: { 'handler return value is sent back to cloudformation as a success response': { 'physical resource id (ref)'(test: Test): Promise; 'data (attributes)'(test: Test): Promise; 'no echo'(test: Test): Promise; reason(test: Test): Promise; }; 'an error thrown by the handler is sent as a failure response to cloudformation'(test: Test): Promise; 'physical resource id cannot be changed in DELETE'(test: Test): Promise; 'DELETE after CREATE is ignored with success'(test: Test): Promise; }; export = _default;