/// import { type Writable } from 'svelte/store'; import type { Session } from '@supabase/supabase-js'; export declare const getSessionStore: () => Writable;