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