import { ActionContext } from "../../types/index";
export declare function getLocator(ctx: ActionContext, index: number): import("playwright-core").Locator | null;
