import { AuthHookInterface } from './../interfaces'; /** * Auth Hook * * @returns {AuthInterface} AuthInterface */ declare function useAuth(): AuthHookInterface; export default useAuth;