import { UnitTestTree, SchematicTestRunner } from '@angular-devkit/schematics/testing'; export declare function getTestProjectPath(workspaceOptions?: { name: string; version: string; newProjectRoot: string; }, appOptions?: { name: string; inlineStyle: boolean; inlineTemplate: boolean; viewEncapsulation: string; routing: boolean; style: string; skipTests: boolean; standalone: boolean; }): string; export declare function createWorkspace(schematicRunner: SchematicTestRunner, appTree: UnitTestTree, workspaceOptions?: { name: string; version: string; newProjectRoot: string; }, appOptions?: { name: string; inlineStyle: boolean; inlineTemplate: boolean; viewEncapsulation: string; routing: boolean; style: string; skipTests: boolean; standalone: boolean; }): Promise;