import { Rule } from './Rule';
export declare class Peg {
    rules: Map<string, Rule>;
    toplevelRules: Rule[];
    constructor(rules: Map<string, Rule>, toplevelRules: Rule[]);
    toString(): string;
}
//# sourceMappingURL=Peg.d.ts.map