declare global { interface Window { toggleShout: (shout: number) => void; toggleMenu: (menu: number) => void; updateBackgroundPreview: () => void; redHPP: () => void; addHPP: () => void; redHPD: () => void; addHPD: () => void; guilty: () => void; notguilty: () => void; initCE: () => void; initWT: () => void; callMod: () => void; randomCharacterOOC: () => void; changeRoleOOC: () => void; changeBackgroundOOC: () => void; updateActionCommands: (side: string) => void; updateEvidenceIcon: () => void; updateIniswap: () => void; resizeChatbox: () => void; setChatbox: (style: string) => void; getIndexFromSelect: (select_box: string, value: string) => number; cancelEvidence: () => void; deleteEvidence: () => void; editEvidence: () => void; addEvidence: () => void; pickEvidence: (evidence: number) => void; pickEmotion: (emo: number) => void; pickChar: (ccharacter: any) => void; chartable_filter: (_event: any) => void; ReconnectButton: () => void; DisconnectButton: () => void; opusCheck: (channel: HTMLAudioElement) => OnErrorEventHandlerNonNull; imgError: (image: any) => void; charError: (image: any) => void; changeCharacter: (_event: any) => void; switchChatOffset: () => void; switchAspectRatio: () => void; switchPanTilt: () => Promise; iniedit: () => void; modcall_test: () => void; reloadTheme: () => void; changeCallwords: () => void; changeBlipVolume: () => void; changeMusicVolume: (volume?: number) => void; area_click: (el: HTMLElement) => void; showname_click: (_event: Event | null) => void; mutelist_click: (_event: any) => void; musiclist_click: (_event: any) => void; musiclist_filter: (_event: any) => void; resetOffset: (_event: any) => void; onEnter: (event: any) => void; onReplayGo: (_event: Event) => void; onOOCEnter: (_event: any) => void; kickPlayer: (id: number) => void; banPlayer: (id: number) => void; hcallback: (_event: any) => void; } } export {};