import { CreateWorkspaceOptions } from './create-workspace-options'; import { PackageManager } from './utils/package-manager'; /** * Create a new Nx workspace * @param tmpDir temporary directory to invoke nx cli * @param name name of new nx workspace * @param packageManager current package manager * @param options options to pass to nx cli * @returns */ export declare function createEmptyWorkspace(tmpDir: string, name: string, packageManager: PackageManager, options: T): Promise; //# sourceMappingURL=create-empty-workspace.d.ts.map