import ICategory from '../Interfaces/Category'; export declare const buildTree: (categories: ICategory[], parentID: string | undefined) => ICategory[];