import * as z from 'zod'; declare const SetCurrenciesRequest: z.ZodObject<{ options: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const SetCurrenciesResponse: z.ZodObject<{}, z.core.$strip>; declare const GetCurrenciesRequest: z.ZodObject<{}, z.core.$strip>; declare const GetCurrenciesResponse: z.ZodObject<{ currencies: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export { GetCurrenciesRequest, GetCurrenciesResponse, SetCurrenciesRequest, SetCurrenciesResponse };