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.
 * */
export default function (options: Schema): import("@angular-devkit/schematics").Rule;
