import type { ParjsCombinator } from "../parjser"; /** Applies the source parser and yields a stringified result. */ export declare function stringify(): ParjsCombinator; //# sourceMappingURL=stringify.d.ts.map