import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const AccountingPhoneNumber: core.serialization.ObjectSchema; export declare namespace AccountingPhoneNumber { interface Raw { created_at?: string | null; modified_at?: string | null; number?: string | null; type?: string | null; } }