import type { ICredentialDataDecryptedObject } from 'n8n-workflow';
export declare function createSupabaseClient(credentials: ICredentialDataDecryptedObject): import("@supabase/supabase-js").SupabaseClient<any, "public", "public", any, any>;
