import { LocatorType } from '../AIProviders/types';
export declare class SeleniumPrompt {
    private static readonly LOCATOR_TYPES;
    static get systemPrompt(): string;
    static isValidLocatorType(type: string): type is LocatorType;
}
//# sourceMappingURL=SeleniumPrompt.d.ts.map