import { SupportedStyles } from '../stencil-core-utils';
import { Tree } from '@nrwl/devkit';
import { ProjectType } from '@nrwl/workspace';
export declare function createTestUILib(libName: string, style?: SupportedStyles, buildable?: boolean): Promise<Tree>;
export declare function fileListForAppType(projectName: string, style: string, projectType: ProjectType, subDirectory?: string): string[];
