export {}; declare global { interface Window { GM_fetch: typeof fetch; // or a more specific custom type } }