import type { Session } from '@auth/core/types'; export type SessionData = Session; export declare const useAuthState: () => { loading: import("vue").Ref; data: import("vue").Ref; lastRefreshedAt: import("vue").Ref; status: import("vue").ComputedRef; };