import type { Rule } from '@angular-devkit/schematics'; export declare function getPackageManagerExecCommand(): "yarn" | "pnpm exec" | "npx"; export default function installBrowsers(): Rule;