import type { SupabaseClient } from '@supabase/supabase-js'; import type { Database } from '../../types/database.js'; import { type Ref } from 'vue'; export declare function useUserRole(supabase: SupabaseClient): { userRole: Ref; };