import { DataflowGraph } from './graph';
export declare function invertDfg(graph: DataflowGraph): DataflowGraph;
