declare global { interface Window { CODE_CONFIG?: { beautify?: boolean; highlightCopy?: boolean; highlightLang?: boolean; highlightHeightLimit?: number; isHighlightShrink?: boolean; copy: { success: string; error: string; noSupport: string; }; }; } }