export declare const iso: { currencyCode: () => import("zod/v4/core").$ZodBranded, "IsoCurrencyCode">; countryCode: { alpha3: () => import("zod/v4/core").$ZodBranded, "IsoAlpha3CountryCode">; }; }; export type { IsoAlpha3CountryCode } from "./country-code.js"; export type { IsoCurrencyCode } from "./currency-code.js";