import { ITestPlanOptions } from '../types'; import { BaseTestPlan } from './base'; export declare class TestPlan extends BaseTestPlan { static newInstance(opts: ITestPlanOptions): TestPlan; } //# sourceMappingURL=default.d.ts.map