import { Schema } from "mongoose"; import { EnginamorProblem } from "../types"; declare const problem: Schema; export { problem as enginamorProblemSchema };