import type { PathDataType, PathsType, TreeItemType } from './types.js'; export declare const trans2Tree: (paths: PathsType, pathKey?: keyof PathDataType, splitter?: string) => TreeItemType[];