import { Test } from 'nodeunit'; declare const _default: { 'basic pipeline'(test: Test): void; 'github action uses ThirdParty owner'(test: Test): void; 'onStateChange'(test: Test): void; 'PipelineProject': { 'with a custom Project Name': { 'sets the source and artifacts to CodePipeline'(test: Test): void; }; }; }; export = _default;