import { Context } from '../context/context'; export declare function isRange(token: string): boolean; export declare function rangeValue(token: string, ctx: Context): IterableIterator;