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