import { type ISubscriptionManagementResponse } from '../../types/index.js';
export declare class SubscriptionManagement {
    readonly updatePaymentMethod: string | null;
    readonly cancel: string;
    constructor(subscriptionManagement: ISubscriptionManagementResponse);
}
