import { ConfigurableExample } from "../Behavior.js"; import { ExampleValidationOptions } from "../Example.js"; import { Reporter } from "../reporter/index.js"; import { Summary } from "../Summary.js"; import { StandardBehaviorRunner } from "./StandardBehaviorRunner.js"; export declare class SkipBehaviorRunner extends StandardBehaviorRunner { constructor(reporter: Reporter); run(configurableExample: ConfigurableExample, options: ExampleValidationOptions): Promise; }