/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; export interface CreatePhoneRequest { countryCode?: string; number?: string; areaCode?: string; type?: string | null; } export declare const createPhoneRequestSchema: Schema;