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