import type { Graph, Layering } from './helpers.js'; export declare function makeProperLayering(layering: Layering, gAcyclic: Graph): { layering: Layering; graphWithDummies: Graph; };