import { Graph } from "./graph"; import { DaGraph } from "./types"; export declare function debugOrdering(g: DaGraph): Graph;