import { Stack, StackProps } from 'aws-cdk-lib'; import { Construct } from 'constructs'; import { Config } from './DHPipeline'; export declare class PipelineStack extends Stack { constructor(scope: Construct, id: string, props: StackProps, config: Config); }