import type { ParjsCombinator } from "../parjser"; /** * Applies the source parser. If it fails softly, succeeds and yields `val`. * * @param val */ export declare function maybe(val?: S): ParjsCombinator; //# sourceMappingURL=maybe.d.ts.map