import { SupportedStyles } from '../stencil-core-utils';
import { Tree } from '@nx/devkit';
import { ProjectType } from './typings';
/**
 * The value of `npmScope` in an nx.json file
 */
export declare function createTestUILib(libDirectory: string, style?: SupportedStyles, buildable?: boolean): Promise<Tree>;
export declare function fileListForAppType(projectDir: string, style: string, projectType: ProjectType): string[];
