export declare enum ParserSelector {
    LL1 = 0,
    LR0 = 1,
    LR1 = 2,
    SLR1 = 3,
    LALR1 = 4
}
//# sourceMappingURL=parser-selectors.d.ts.map