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