import type { User } from '@auth0/auth0-spa-js'; export declare const useAuth: () => { isAuthenticated: import("vue").ComputedRef; isLoading: import("vue").Ref; token: import("vue").Ref; user: import("vue").Ref; };