import type { AnswersQuestions, UsesAbilities } from '@serenity-js/core'; import { Question } from '@serenity-js/core'; import type { Argv } from '../../Argv'; /** * @package */ export declare class SerenityBDDArguments extends Question { private readonly argv; private subject; private static Allowed; static from(argv: Argv): SerenityBDDArguments; constructor(argv: Argv); answeredBy(actor: AnswersQuestions & UsesAbilities): string[]; } //# sourceMappingURL=SerenityBDDArguments.d.ts.map