import { type SupabaseClient } from "@supabase/supabase-js"; import type { Database } from "./types.js"; /** Lazy proxy: de client wordt pas gemaakt wanneer de module hem gebruikt. */ export declare const supabase: SupabaseClient; //# sourceMappingURL=moduleClient.d.ts.map