/** * Visual Translation Editor — Entry Point * Self-executing IIFE bundle loaded by edge proxy or auto-init when ?__lr_editor is detected. * * Reads script tag attributes, polls for window.LionRapid, creates Shadow DOM, * and instantiates Inspector, Sidebar, and Toolbar. * * Auth flow: grant token → exchange for scoped session JWT → use JWT for API calls. */ export {}; //# sourceMappingURL=editor-init.d.ts.map