export declare class RoleOwnership {
    roleId: string;
    guildId: string;
    ownerId: string;
    price: number;
    nextPaymentAt: Date;
    lastReminderAt: Date | null;
    autoRenew: boolean;
    cancelRequestedAt: Date | null;
    createdAt: Date;
}
//# sourceMappingURL=RoleOwnership.d.ts.map