import type { ParjsCombinator } from "../../"; /** * Applies the source parser. If it succeeds, backtracks to the current position in the input and * yields the result. */ export declare function backtrack(): ParjsCombinator; //# sourceMappingURL=backtrack.d.ts.map