import type { EffectCallbackRewriteContext } from "./effect-bindings.js"; import type { HelperDeclaration } from "./types.js"; export declare function normalize_effect_callback_yields(expr_text: string, bindings: EffectCallbackRewriteContext): { expr_text: string; helpers: HelperDeclaration[]; };