import { Tree } from '@angular-devkit/schematics'; export declare function createFileSaver(tree: Tree): (filePath: string, fileContent: string) => void;