import { Component } from "../component";
import { TypeScriptProject } from "../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);
}
