export declare class ApiResponseExSkillGetBeginnerTaskListRespDataTasks { 'welfareTaskId'?: number; 'taskCenterId': number; 'taskType'?: number; 'taskName'?: string; 'taskDesc'?: string; 'rewardNum'?: string; 'rewardUnit'?: string; 'prizeType'?: ApiResponseExSkillGetBeginnerTaskListRespDataTasks.PrizeType; 'status': ApiResponseExSkillGetBeginnerTaskListRespDataTasks.Status; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace ApiResponseExSkillGetBeginnerTaskListRespDataTasks { enum PrizeType { NUMBER_1, NUMBER_2, NUMBER_3 } enum Status { NUMBER_0, NUMBER_1, NUMBER_2, NUMBER_3, NUMBER_4, NUMBER_5 } }