import type { Tree } from 'nx/src/generators/tree';
/**
 * Creates a host for testing.
 */
export declare function createTreeWithEmptyWorkspace(): Tree;
export declare function createTreeWithEmptyV1Workspace(): Tree;
