import { Rule } from "@angular-devkit/schematics"; import { Schema } from "./schema"; export declare const isCloud: (options: Schema) => boolean; export declare const isWeb: (options: Schema) => boolean; export declare const applicationGenerator: (options: Schema) => Rule;