import { Rule } from '@angular-devkit/schematics'; export declare function ClearOperation(pathList: string[], basePath?: string): Rule;