import type { Tree } from '@nrwl/tao/src/shared/tree';
/**
 * Creates a host for testing.
 */
export declare function createTreeWithEmptyWorkspace(version?: number): Tree;
