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