import { Rule } from "@angular-devkit/schematics"; import { Schema } from "./schema"; export declare function addSpectator(options: Schema, scopeWithName: string): Rule;