import type { Parjser } from "../parjser"; /** * Returns a parser that succeeds if there is no more input. * * @param result Optionally, the result the parser will yield. Defaults to undefined. */ export declare function eof(result?: T): Parjser; //# sourceMappingURL=eof.d.ts.map