import { ValueOpts } from '@qaflag/core'; export interface LocatorOpts extends ValueOpts { selector: string; }