declare global { interface Window { Shopify?: { currency?: { active?: string; rate?: string; }; }; } } export { default as BelivePlayerWidget } from "./belive-player-widget"; export { default as BeLiveVideoWidget } from "./belive-video-widget";