import { UserOldI, UserI } from './../../types/public'; export declare function buildUserList(data: UserOldI[]): any[]; export declare function buildTagUserList(data: UserI[]): any[];