import { z } from 'zod'; export declare const countrySchema: z.ZodPipe, z.ZodString]>>; export declare const currencySchema: z.ZodPipe, z.ZodString]>>; export type Currency = z.infer; export type Country = z.infer;