import { z } from 'zod'; export declare const moneyObjectSchema: z.ZodObject<{ currencyCode: z.ZodString; value: z.ZodString; valueInBaseUnits: z.ZodInt; }, z.core.$strip>;