import { Rule } from '@angular-devkit/schematics';
/**
 * Adds a new provider to all subclasses of CaseView in the project
 */
export declare function schematicEntryPoint(): Rule;
