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