import type { Rule, SchematicContext, Tree } from '@angular-devkit/schematics'; /** * @deprecated Temporary * * Filter tree to project source dirs */ export declare const filterSourceDirs: (host: Tree, context: SchematicContext) => Rule;