import { Rule } from '@angular-devkit/schematics'; import { ProjectSchemaOptions } from '../../types/project-schema-options/project-schema-options.interface'; export default function (options: ProjectSchemaOptions): Rule;