import type { Rule } from '@angular-devkit/schematics'; /** * We are able to use the full, unaltered Schema directly from @schematics/angular * The applicable json file is copied from node_modules as a prebuiid step to ensure * they stay in sync. */ import type { Schema } from '@schematics/angular/library/schema'; export default function (options: Schema): Rule;