/** * the socket is used to send progress events during an upload * * @param {import('http').Server | import('https').Server} server */ export default function setupSocket(server: import("http").Server | import("https").Server): void;