import type { Parjser } from "../parjser"; /** Returns a parser that yields the current user state object. It always succeeds. */ export declare function state(): Parjser; //# sourceMappingURL=state.d.ts.map