import { Frame, Page, Locator } from '@playwright/test';
export declare const isFrame: (x: unknown) => x is Frame;
export declare const isPage: (x: unknown) => x is Page;
export declare const isLocator: (x: unknown) => x is Locator;
//# sourceMappingURL=type_guards.d.ts.map