import { PaymentSession } from "../types";
import { PaymentSession as KlarnaPaymentSession } from "../types/klarna";
export declare class PaymentSessionMapper {
    map(klarnaSession: KlarnaPaymentSession): PaymentSession;
}
