/// <reference types="jest" />
export declare const mockOnJwtChange: jest.Mock<any, any>;
export declare const mockOffJwtChange: jest.Mock<any, any>;
export declare const mockGetJwt: jest.Mock<any, any>;
export declare const mockIsUserActive: jest.Mock<any, any>;
declare const AuthManager: jest.Mock<any, any>;
export default AuthManager;
