import { UnitTestTree } from '@angular-devkit/schematics/testing';
export declare function createTestApp(appOptions?: {}): Promise<UnitTestTree>;
