import { Locator } from "@playwright/test";
/**
 * Get all text contents from an array of locators
 */
export declare function allTextContents(locators: Locator[]): Promise<string[]>;
