import type { DataflowGraph } from '../../dataflow/graph/graph';
/**
 * Converts the given dataflow graph to an ASCII representation.
 */
export declare function dfgToAscii(dfg: DataflowGraph): string;
