declare const luxon: typeof import("luxon");

// declare const Qunit: typeof import("qunit"); => Because we add methods to QUnit, we define our own..
// @ts-ignore
declare const QUnit: QUnit;

// @ts-ignore
declare const $: typeof import("jquery");
