/**
 *收藏夹类型
 */
export declare enum FavorFolderType {
    PUBLIC = 1,
    PRIVATE = 0,
    DEFAULT = 2
}
