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