import * as z from "zod"; export type StructuredMetadataValue = string | number | Array; export declare const StructuredMetadataValue$zodSchema: z.ZodType; //# sourceMappingURL=structuredmetadatavalue.d.ts.map