import * as cdk from 'aws-cdk-lib';
import { Construct } from 'constructs';
export declare class CICDPipelineStack extends cdk.Stack {
    constructor(scope: Construct, id: string);
}
