/** * Only required to prevent compile errors with jsdom typings. * @internal */ declare interface JQuery { thisIsNotARealDefinition: any; }