import CustomActionType_ from './CustomActionType';
import Pipeline_ from './Pipeline';
import Webhook_ from './Webhook';
export declare namespace CodePipeline {
    const CustomActionType: typeof CustomActionType_;
    const Pipeline: typeof Pipeline_;
    const Webhook: typeof Webhook_;
}
export default CodePipeline;
