import type { Tree } from '@angular-devkit/schematics';
import type { DevkitFileSystem } from 'ng-morph';
export declare function getFileSystem(tree: Tree): DevkitFileSystem;
