import { FilePathTreeNode, TreeCollection, TreeCollectionOptions, TreeNode } from '@zag-js/collection'; export type { TreeCollection, TreeNode, TreeCollectionOptions, FilePathTreeNode, FlatTreeNode, } from '@zag-js/collection'; export declare const createTreeCollection: (options: TreeCollectionOptions) => TreeCollection; export declare const createFileTreeCollection: (paths: string[]) => TreeCollection;