import { GeneratorCallback } from '@nx/devkit'; export declare function installPlaywright({ force, }: { force: boolean; }): Promise;