import { Rule } from '@angular-devkit/schematics'; /** * Rule Factory (entry function) that returns a Rule * * @param options options passed from the command line when calling the schematic * * A Rule is a function that applies actions to a Tree given the SchematicContext */ export declare function lcuCoreApp(options: any): Rule;