import type { ParjsCombinator } from "../../"; import type { ParjsValidator } from "../parjser"; /** * Applies the source parser and makes sure its result fulfills `predicate`. * * @param predicate The condition to check for. */ export declare function must(predicate: ParjsValidator): ParjsCombinator; //# sourceMappingURL=must.d.ts.map