import { Tree } from '@angular-devkit/schematics'; export declare function findStylesheetFiles(tree: Tree, startDirectory?: string): string[];