import { Test } from 'nodeunit'; declare const _default: { 'CreateChangeSetAction can be used to make a change set from a CodePipeline'(test: Test): void; 'fullPermissions leads to admin role and full IAM capabilities'(test: Test): void; 'outputFileName leads to creation of output artifact'(test: Test): void; 'replaceOnFailure switches action type'(test: Test): void; 'parameterOverrides are serialized as a string'(test: Test): void; }; export = _default;