import Pipeline_ from './pipeline'; import CustomActionType_ from './customActionType'; import Webhook_ from './webhook'; export declare namespace CodePipeline { const Pipeline: typeof Pipeline_; const CustomActionType: typeof CustomActionType_; const Webhook: typeof Webhook_; type Pipeline = Pipeline_; type CustomActionType = CustomActionType_; type Webhook = Webhook_; }