import * as cdk from 'aws-cdk-lib';
import { Construct } from 'constructs';
import * as dsf from '../../index';
export declare class EmrApplicationStack extends cdk.Stack {
    constructor(scope: Construct, id: string, _stage: dsf.utils.CICDStage);
}
