import type {Answer, Config, Question} from "../types";
import checkAnswerCorrectness from "../check-answer-correctness";
import checkAnswer from "../check-answer";
import {getConfig} from "../config";
import test from "ava";
declare module.exports: {};