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