import { Locator } from '@playwright/test';
export type LocatorPredicate = (l: Locator) => Promise<boolean>;
export declare const reverseLocatorPredicate: (lp: LocatorPredicate) => LocatorPredicate;
//# sourceMappingURL=LocatorPredicate.d.ts.map