import type { SinonStatic } from 'sinon'; declare global { // eslint-disable-next-line no-var var sinon: SinonStatic; } export default {};