import type { ParjsCombinator } from "../../";
/** Applies the source parser. Succeeds if if it fails softly, and fails otherwise. */
export declare function not(): ParjsCombinator<unknown, void>;
//# sourceMappingURL=not.d.ts.map