export type VisualLocatorSettings<TLocator extends string = string> = {
    locatorNames: TLocator[];
    firstOnly: boolean;
};
