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