export declare class HodlerAirdropV4ErrorResponse { 'label': HodlerAirdropV4ErrorResponse.Label; 'message': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace HodlerAirdropV4ErrorResponse { enum Label { INVALIDPARAMVALUE, UNAUTHORIZED, FORBIDDEN, INELIGIBLE, KYCREQUIRED, RISKCONTROL, SERVERERROR } }