import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { CountryEnum } from "./CountryEnum"; export declare const AddressCountry: core.serialization.Schema; export declare namespace AddressCountry { type Raw = CountryEnum.Raw | string; }