import type { ParjsCombinator } from "../parjser"; /** * Applies the source parser and yields the constant value `result`. * * @param result The constant value to yield. */ export declare function mapConst(result: T): ParjsCombinator; //# sourceMappingURL=mapConst.d.ts.map