import { type Rule, type TerminalRange } from '../bnf/func/module.f.ts';
export declare const wsNoNewLine0: Rule;
export declare const ws0: Rule;
export declare const ws1: Rule;
export declare const json: Rule;
export declare const unicode: TerminalRange;
export declare const digit: Rule;
