import { Tree } from '@angular-devkit/schematics'; import { PackageJson } from './helper.interface'; export declare function readSourceFile(tree: Tree, path: string): T; export declare function getVersion(packageJSON: PackageJson): number;