import type { NumberNode } from '../types'; import type { ParserContext } from '../ParserContext'; export declare function parseNumber(ctx: ParserContext): NumberNode;