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