1 import { Upload } from "tus-js-client"; 2 3 declare global { 4 var tus: { Upload: typeof Upload }; 5 }