import { type ITransactionPayPalResponse } from '../../types/index.js';
export declare class TransactionPayPal {
    readonly email: string;
    readonly reference: string | null;
    constructor(transactionPayPalResponse: ITransactionPayPalResponse);
}
