import { CoupleSet } from '../../../utils/CoupleSet'; export declare class LayerInfo { leftRight: CoupleSet; flatEdges: CoupleSet; neigBlocks: Map; constrainedFromAbove: Map; constrainedFromBelow: Map; nodeToBlockRoot: Map; blockRootToVertConstrainedNodeOfBlock: Map; }