import { type Rule } from '@angular-devkit/schematics';
export default function ngAdd(options: {
    installBrowsers: boolean;
}): Rule;
