import { Query as GherkinQuery } from '@cucumber/gherkin-utils'; import SupportCode from './SupportCode'; import { ITestPlan, MakeTestCase, RunOptions } from './types'; export default function makeTestPlan(gherkinQuery: GherkinQuery, supportCode: SupportCode, runOptions: RunOptions, makeTestCase: MakeTestCase): ITestPlan; //# sourceMappingURL=makeTestPlan.d.ts.map