import type { ArrayNode } from '../../builtin/specialExpressions/array'; import type { ParserContext } from '../ParserContext'; export declare function parseArray(ctx: ParserContext): ArrayNode;