import { IHandler } from '..'; import { CodePipelineEvent } from 'aws-lambda'; export declare type CodePipelineHandler = IHandler;