import { Stack } from '@aws-cdk/core';
export declare class IntegTesting {
    readonly stack: Stack[];
    constructor();
}
