importtype { ParjsCombinator } from"../parjser";
/**
* Applies the source parser and yields the constant value `result`.
*
* @param result The constant value to yield.
*/exportdeclarefunction mapConst<T>(result: T): ParjsCombinator<unknown, T>;
//# sourceMappingURL=mapConst.d.ts.map