import ServiceBase from '../base';
declare class UserService extends ServiceBase {
    getUser: (options: any) => Promise<{}>;
    getUsersPaging: (data: any) => Promise<{}>;
    saveUser: (options: any) => Promise<{}>;
    setDefaultAccount: (data: any) => Promise<{}>;
    shiftUserState: (options: any) => Promise<{}>;
    getSecuritLog: (options: any) => Promise<{}>;
    postUser: (options: any) => Promise<{}>;
    putUser: (options: any) => Promise<{}>;
    deleteUser: (options: any) => Promise<{}>;
    postSignUpUser(options: any): Promise<{}>;
    postSignUpUserWithoutToken(options: any): Promise<{}>;
    putPassword(options: any): Promise<{}>;
    putEditEmail(options: any): Promise<{}>;
    postKaptchaEmail(options: any): Promise<{}>;
    getUsersByQuery: (options: any) => Promise<{}>;
    getMutiplyUserInfo: (userAyyay: any) => Promise<{}>;
    senResetPwdLinkEmail: (data: any) => Promise<{}>;
    isWithSignature: (data: any) => Promise<{}>;
    resetUserPwd: (data: any) => Promise<{}>;
    createdResumes: (data: any) => Promise<{}>;
    deleteResumes: (data: any) => Promise<{}>;
    editResumes: (data: any) => Promise<{}>;
}
export { UserService };
//# sourceMappingURL=user.d.ts.map