import { OperationData } from './CodeExporter'; export default function toposort(graph: Array): OperationData[];