import { TypeGraph } from './type-graph'; export declare function getDot(typeGraph: TypeGraph): string;