import type { FileSystemAdapter, Tree } from './types.js'; export declare function createTree(root: string, fs?: FileSystemAdapter): Tree;