import { z } from 'zod'; /** * The Schema Object with reference fields. * This extends the base Schema Object to include reference-related fields * that are processed differently in the unprocessed schema. */ export declare const SchemaObjectSchema: z.ZodType; //# sourceMappingURL=schema-object.d.ts.map