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