import { Rule } from '@angular-devkit/schematics'; interface Schema { path?: string; dryRun?: boolean; } export declare function migrateEuiChipList(options?: Schema): Rule; export {};