import { TreeData } from '../types';
export default function getChildrenCount(tree: TreeData, id: string, counter?: number): number;
