import type { JsxNodeIr } from "./ir.js"; export declare const oxcServerStringReactNodeRenderHelperPlaceholder = "__mreactRenderReactNodeToString"; export declare function setOxcServerStringUrlSafeHelperName(name: string): void; export declare function emitOxcServerStringChildren(children: readonly JsxNodeIr[]): string; export declare function emitOxcCompatObjectChildren(children: readonly JsxNodeIr[]): string; //# sourceMappingURL=oxc-runtime-emit.d.ts.map