import { Options } from './options'; declare global { interface Window { themeServiceOptions: Options; } }