import type { PathBranch, PathLeaf, PathProvidedItem } from "@1771technologies/lytenyte-shared";
export declare function buildVirtualTreePartial<T extends PathProvidedItem>(items: (PathBranch<T> | PathLeaf<T>)[]): [string[], PathBranch<T> | PathLeaf<T>][];
