import { type FilePathTreeNode, TreeCollection, type TreeCollectionOptions, type TreeNode } from "@qualcomm-ui/utils/collection"; export declare function createTreeCollection(options: TreeCollectionOptions): TreeCollection; export declare function filePathCollection(paths: string[]): TreeCollection; //# sourceMappingURL=tree.collection.d.ts.map