import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
 * ng-add schematics, installs peer dependencies and runs project setup schematics.
 * */
export default function (options: Schema): Rule;
