import { NamiPurchase } from "../types/externals/purchase";
/**
 * @class NamiPurchaseManager
 * Provides methods for managing all aspects of a purchase in the Nami SDK.
 */
export declare class NamiPurchaseManager {
    static instance: NamiPurchaseManager;
    static allPurchases(): NamiPurchase[];
}
