///
import type { StateChangeCallback } from '../types/index.js';
import type { Writable } from 'svelte/store';
import type { SupabaseClient, Session } from '@supabase/supabase-js';
export declare const supabaseAuthStateChange: (client: SupabaseClient, store?: Writable | null, callback?: StateChangeCallback | null) => void;