import { z } from 'zod'; export declare const attributeGroupAttributeSchema: z.ZodUnion<[z.ZodString, z.ZodRecord]>; export type AttributeGroupAttribute = z.infer; //# sourceMappingURL=attribute-group-attribute-schema.d.ts.map