import { AStepper } from '../lib/astepper.js'; declare const Conformance: { new (): { description: string; steps: { must: { match: RegExp; action: () => Promise; }; }; world?: import("../lib/defs.js").TWorld; kind?: import("../lib/astepper.js").TStepperKind; setWorld(world: import("../lib/defs.js").TWorld, _steppers: AStepper[]): Promise; getWorld(): import("../lib/defs.js").TWorld; startFeatureResolution?(_path: string): void; }; }; export default Conformance; //# sourceMappingURL=conformance.d.ts.map