import { ProjectType, Tree } from '@nx/devkit'; export declare function createTestProject(directory: string, type?: ProjectType, unitTestrunner?: 'none' | 'jest', e2eTestrunner?: 'none' | 'cypress'): Promise;