import { z } from "zod";
export declare const CurrencySchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type Currency = z.infer<typeof CurrencySchema>;
