import { PaymentBillingAddress } from './PaymentBillingAddress'; export declare class PaymentBillingAddressMapper { static getType(_: any): typeof PaymentBillingAddress; }