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