importtype { ParjsCombinator } from"../../";
/**
* Applies the source parser. If it succeeds, backtracks to the current position in the input and
* yields the result.
*/exportdeclarefunction backtrack<T>(): ParjsCombinator<T, T>;
//# sourceMappingURL=backtrack.d.ts.map