import { TypeGraph } from '../core/type-graph';

export declare function generateDot(typeGraph: TypeGraph): string;
