export declare enum ParseResult {
    DONE = 0,
    NEED_MORE = 1,
    RERUN = 2
}
//# sourceMappingURL=internals.d.ts.map