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