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