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