import { PostgrestError } from "@supabase/postgrest-js"; import type { Adapter } from "lucia-sveltekit/types"; declare const adapter: (url: string, secret: string, errorHandler?: (error: PostgrestError) => void) => Adapter; export default adapter;