/**
 * @fileoverview Tests for TAP Message Validation using Zod v4
 *
 * These tests verify that the Zod validation schemas correctly validate and reject
 * TAP messages according to the protocol specifications.
 * Now includes property-based tests using fast-check for comprehensive validation.
 */
export {};
//# sourceMappingURL=validator.test.d.ts.map