import { Tree } from '@angular-devkit/schematics';
import { NgAddOptions } from '../models/ng-add-options';
import { Schema } from '../schema';
export declare function parseSchema(host: Tree, options: Schema): Promise<NgAddOptions>;
