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