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 PhoneNumberOptional: core.serialization.ObjectSchema; export declare namespace PhoneNumberOptional { interface Raw { number?: string | null; type?: PhoneNumberType.Raw | null; } }