import { Rule, SchematicContext } from '@angular-devkit/schematics';
import { Schema } from './schema';
export default function (options: Schema): Rule;
export declare function generatePackageToPackageJson(context: SchematicContext): Rule;
export declare function generateScriptsSonarHooks(): Rule;
export declare function downLoadAllPackages(context: SchematicContext): Rule;
