import { SchematicTestRunner, UnitTestTree } from '@angular-devkit/schematics/testing';
/**
 * Creates a sample workspace with two applications: 'app' (default) and 'second-app'
 */
export declare function createTestApp(runner: SchematicTestRunner): Promise<UnitTestTree>;
