import { z } from'zod';
/**
* The Schema Object allows the definition of input and output data types.
* These types can be objects, but also primitives and arrays.
*/exportdeclareconstSchemaObjectSchema: z.ZodType<Record<string, any>>;
//# sourceMappingURL=schema-object.d.ts.map