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