import { type IPayPalResponse } from '../../types/index.js';
export declare class PayPal {
    readonly email: string;
    readonly reference: string;
    constructor(payPalResponse: IPayPalResponse);
}
