import { Schema } from'./schema';
/**
* Setting up Nebular for the specified project by registering required modules,
* adding Nebular themes and wrapping root component in the Nebular Layout.
* */exportdefaultfunction (options: Schema): import("@angular-devkit/schematics").Rule;