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