import { TreeData } from '../types';
export default function flattenTree(tree: TreeData, children: string[]): string[];
