import { Question } from '@serenity-js/core'; /** * @public */ export interface RelativeQuestion { name?: string; toString(): string; of(parent: Parent): Question; }