import { Question } from '@serenity-js/core/lib/screenplay'; import { Target } from '../ui/target'; export declare class Attribute { static of: (target: Target) => { called: (name: string) => Question>; }; }