import type { ObjectNode } from '../../builtin/specialExpressions/object'; import type { ParserContext } from '../ParserContext'; export declare function parseObject(ctx: ParserContext): ObjectNode;