/// import { Rule } from '@angular-devkit/schematics'; /** Entry point for the migration schematics with target of sbb-angular 10.0.0 */ export declare function updateToV10(): Rule; /** Entry point for the migration schematics with target of sbb-angular 11.0.0 */ export declare function updateToV11(): Rule; /** Entry point for the migration schematics with target of sbb-angular 11.0.0 */ export declare function updateToV12(): Rule;