export { traverseNonterminals, NodeNonterminal, NodeOneOrMore, NodeOptional, NodeOrderedChoice, NodeSequence, NodeTerminal, NodeZeroOrMore, } from 'pegisland'; export declare function parse(s: string): Error | import("pegisland").IParseTree | import("pegisland").ParsingError; //# sourceMappingURL=index.d.ts.map