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