import { Rule } from './Rule';
import { Peg } from './Peg';
export declare function genDot(peg: Peg, parentsMap: Map<Rule, Set<Rule>>): string;
//# sourceMappingURL=GraphPrinter.d.ts.map