declare function initializeTheme(): boolean; declare function setTheme(isDark: boolean): boolean; export { initializeTheme, setTheme };