import { Graph } from 'graphlib'; export default function buildLayerGraph(g: Graph, rank: any, relationship: any): Graph;