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