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 AddressRequestCountry: core.serialization.Schema; export declare namespace AddressRequestCountry { type Raw = CountryEnum.Raw | string; }