export default Problem;
export type Problem = import("../../types.js").Problem;
export type ProblemStruct = import("superstruct").Struct<Problem>;
/**
 * @typedef {import('../../types.js').Problem} Problem
 * @typedef {import('superstruct').Struct<Problem>} ProblemStruct
 */
/**
 * `Problem` type struct.
 *
 * @type {ProblemStruct}
 */
declare const Problem: ProblemStruct;
