import { Test } from 'nodeunit'; declare const _default: { 'default properties': { 'with CodePipeline source'(test: Test): void; 'with CodeCommit source'(test: Test): void; 'with S3Bucket source'(test: Test): void; }; 'artifacts': { 'CodePipeline': { 'both source and artifacs are set to CodePipeline'(test: Test): void; 'if sourcde is set to CodePipeline, and artifacts are not set, they are defaulted to CodePipeline'(test: Test): void; 'fails if one of source/artifacts is set to CodePipeline and the other isn\'t'(test: Test): void; }; }; 'events'(test: Test): void; 'environment variables can be overridden at the project level'(test: Test): void; '.metricXxx() methods can be used to obtain Metrics for CodeBuild projects'(test: Test): void; 'using ComputeType.Small with a Windows image fails validation'(test: Test): void; }; export = _default;