import type { Parjser } from "../parjser"; /** * Returns a parser that succeeds without consuming input and yields the current position as an * integer. */ export declare function position(): Parjser; //# sourceMappingURL=position.d.ts.map