export default SolutionWithTestcases;
/**
 * @import { SolutionWithTestcases } from '../../types.js';
 * @import { Struct } from 'superstruct';
 */
/**
 * `SolutionWithTestcases` type struct.
 * @type {Struct<SolutionWithTestcases>}
 */ declare const SolutionWithTestcases: Struct<SolutionWithTestcases>;
import type { SolutionWithTestcases } from '../../types.js';
import type { Struct } from 'superstruct';
