namespace jest { interface Matchers { toMatchZod(expected: unknown): T; } }