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