import {assertCorrect, assertIncorrect, assertIncorrectEmptyAnswer} from "./helpers/assert-check-answer-correctness";
import type {AcceptedAnswers, Config, QCMQuestion} from "../types";
import {getConfig} from "../config";
import test from "ava";
declare module.exports: {};