import type { Session } from '@supabase/supabase-js'; import { type Ref } from '#imports'; /** * Reactive `Session` state from Supabase. This is initialized in both client and server plugin * and, on the client, also updated through `onAuthStateChange` events. */ export declare const useSupabaseSession: () => Ref | null>;