import type { JsxNodeIr } from "./ir.js"; export declare function readOxcReturnExpressionFromStatement(statement: unknown): Record | undefined; export declare function isOxcJsxBranch(expression: Record): boolean; export declare function findOxcKeyCodeInChildren(children: readonly JsxNodeIr[]): string | undefined; //# sourceMappingURL=oxc-expression-utils.d.ts.map