import { Graph } from "graphlib"; export default function crossCount(g: Graph, layering: any): number;