import { ZodType } from "zod"; /** * Validates that a Zod schema matches a JSON schema and throws on failure. * This is the main function to use in tests for schema validation. * * @param zodSchema - The Zod schema to test * @param jsonSchemaId - The JSON schema ID */ export declare function expectZodMatchesJsonSchema(zodSchema: ZodType, jsonSchemaId: string): Promise; //# sourceMappingURL=helper.d.ts.map