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