/** * Dynamically load the producer module. tsup inlines @hyperframes/producer * via noExternal so this resolves in the published bundle. */ export async function loadProducer() { return await import("@hyperframes/producer"); }