import { Rule } from '@angular-devkit/schematics'; /** Entry point for the migration schematics with target of Simple UI v11 */ export declare function updateToV10(): Rule; /** Post-update schematic to be called when update is finished. */ export declare function postUpdate(): Rule;