import type { ParjsCombinator, ParjsProjection } from "../parjser"; /** * Applies `action` to each result emitted by the source parser and emits its results unchanged. * * @param action */ export declare function each(action: ParjsProjection): ParjsCombinator; //# sourceMappingURL=each.d.ts.map