import { Component } from 'projen'; import { TypeScriptProject } from 'projen/lib/typescript'; /** * This component adds support for using `integ-runner` and `integ-tests` * in a construct library. */ export declare class IntegRunner extends Component { constructor(project: TypeScriptProject); }