import { AStepper } from '../astepper.js'; declare const TestSteps: { new (): { steps: { fails: { gwta: string; action: () => Promise; }; test: { exact: string; action: () => Promise; }; passes: { exact: string; action: () => Promise; }; throws: { gwta: string; action: () => never; }; }; description?: string; world?: import("../defs.js").TWorld; kind?: import("../astepper.js").TStepperKind; setWorld(world: import("../defs.js").TWorld, _steppers: AStepper[]): Promise; getWorld(): import("../defs.js").TWorld; startFeatureResolution?(_path: string): void; }; }; export default TestSteps; //# sourceMappingURL=TestSteps.d.ts.map