import type { ASTNode } from "./types.js"; import type { ParserContext } from "./parser-context.js"; export declare function parsePrimary(ctx: ParserContext): ASTNode;