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