/**
 * Organization download kind
 * 机构下载类型
 */
export declare enum OrgDownloadKind {
    /**
     * Profile
     * 档案
     */
    Profile = 1
}
