import { AStepper } from '../astepper.js'; export declare const TestStepsWithOptions: { new (): { options: { EXISTS: { desc: string; parse: () => { result: number; }; }; }; steps: { test: { exact: string; action: () => Promise; }; }; 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 TestStepsWithOptions; //# sourceMappingURL=TestStepsWithOptions.d.ts.map