declare global { interface Window { __TableOfContents__: { register: (ids: string[]) => void; }; } } export {};