import { Rule } from '@angular-devkit/schematics'; import { Schema as MigratePortletSchema } from './schema'; export declare function portletMigration(_options: MigratePortletSchema): Rule;