import { DaGraph } from '../types'; export declare function crossCount(g: DaGraph, layering: string[][]): number;