declare global { interface Window { switchBgmState: (isPaused: boolean) => void } } export {}