import { Rule } from '@angular-devkit/schematics'; /** * * @param basePath (optional) if definition all files from the base path are included and not only the changed or created files * @constructor */ export declare function FixMissingImports(basePath?: string): Rule;