import type { ImplicitParjser, ParjsCombinator } from "../../index"; import type { getParsedType } from "../util-types"; /** * Applies the source parser followed by `next`. Yields the result of `next`. * * @param next */ export declare function qthen(next: ImplicitParjser): ParjsCombinator; /** * Applies the source parser followed by `next`. Yields the result of the source parser. * * @param next */ export declare function thenq(next: ImplicitParjser): ParjsCombinator; export declare function then[]>(...parsers: Parsers): ParjsCombinator; }]>; //# sourceMappingURL=then.d.ts.map