import { Rule } from '@angular-devkit/schematics'; export default function init(options: { workspaceRoot: string; }): Rule;