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