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