///
import { Auth0Service } from '../../../authzero/auth0Service';
import { DeviceService } from '../../../devices';
import { DeviceVerification } from '../../../devices/deviceVerification';
export declare class IdentityService {
private apiService;
private deviceService;
private deviceVerification;
static identitySignUp: jest.Mock;
static identityLogin: jest.Mock;
static identityForgotPassword: jest.Mock;
static identityChangePassword: jest.Mock;
static checkAccessToken: jest.Mock;
static identityPhoneRegister: jest.Mock;
static identityPhoneVerify: jest.Mock;
static identitySetPin: jest.Mock;
static identityVerifyPin: jest.Mock;
static identityForcedLogoff: jest.Mock;
static initiateForcedLogoff: jest.Mock;
constructor(apiService: Auth0Service, deviceService: DeviceService, deviceVerification: DeviceVerification);
identitySignUp: jest.Mock;
identityLogin: jest.Mock;
identityForgotPassword: jest.Mock;
identityChangePassword: jest.Mock;
checkAccessToken: jest.Mock;
identityPhoneRegister: jest.Mock;
identityPhoneVerify: jest.Mock;
identitySetPin: jest.Mock;
identityVerifyPin: jest.Mock;
identityForcedLogoff: jest.Mock;
initiateForcedLogoff: jest.Mock;
}