export declare enum RELEASE_SEASON { WINTER = 1, SPRING = 2, SUMMER = 3, AUTUMN = 4 }