import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { PhoneNumberType } from "./PhoneNumberType"; export declare const PhoneNumber: core.serialization.ObjectSchema; export declare namespace PhoneNumber { interface Raw { number: string; type: PhoneNumberType.Raw; } }