import { GetToken } from "../index";
import { UserAddParams } from "./type/user_add";
/**
 * 新建人员【V6.0增加了副岗信息】
 */
export declare const addUser: (params: UserAddParams, options: GetToken) => Promise<any>;
/**
 * 批量新建人员【V6.0增加了副岗信息】
 */
export declare const addBatchUser: (params: UserAddParams[], options: GetToken) => Promise<any>;
