import { Tree } from '@angular-devkit/schematics'; import { ProjectSchemaOptions } from './project-schema-options.interface'; export declare function getProject(tree: Tree, options: ProjectSchemaOptions): import("@schematics/angular/utility/workspace-models").WorkspaceProject; export declare function getProjectPrefix(tree: Tree, options: ProjectSchemaOptions): string;