import { Tree } from "@angular-devkit/schematics/src/tree/interface"; interface ProjectOptions { project?: string; path?: string; } export declare function getDefaultPath(tree: Tree, options: ProjectOptions): string; export {};