/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { GetPhoneResponse } from './getPhoneResponse'; export interface GetPhonesResponse { homePhone?: GetPhoneResponse | null; mobilePhone?: GetPhoneResponse | null; } export declare const getPhonesResponseSchema: Schema;