import { File, UML } from '../types';
/**
 * TODO: make this propertly typed
 */
export default function graphFormatter(parseResult: (File | UML[])): string;
