import { RahaApiError } from "../.."; export declare const ERROR_CODE = "mint.alreadyInvitedBonus"; export interface AlreadyMintedInvitedBonusBody { errorCode: typeof ERROR_CODE; } /** * Member attempts to claim their bonus for being invited multiple times. */ export declare class AlreadyMintedInvitedBonus extends RahaApiError { readonly errorCode: typeof ERROR_CODE; constructor(); } //# sourceMappingURL=AlreadyMintedInvitedBonus.d.ts.map