export class GraphGenerationRule {
    /**
     * What to match
     * @type {Graph}
     */
    pattern: Graph;
    /**
     * What to replace the match with
     * @type {Graph}
     */
    production: Graph;
}
//# sourceMappingURL=GraphGenerationRule.d.ts.map