export declare const isPlaywright: (page: any) => boolean;
export declare const isPuppeteer: (page: any) => boolean;
