import { Tree } from '@angular-devkit/schematics';
import { Schema } from '../schema';
export declare function getAllActions(host: Tree, options: Schema): Promise<import("@angular-devkit/schematics").Rule[]>;
