import { ISerializedGast } from "chevrotain";
/**
 * Script to generate railroad diagrams from the grammar.
 *
 * Result:
 *  `docs/diagrams.html`
 */
export declare function generateDiagrams(grammar: ISerializedGast[]): void;
//# sourceMappingURL=generateDiagrams.d.ts.map