/** * Supabase Commands Integration for VCSYS CLI * Integrates our working Phase 4 Supabase implementation with the CLI */ import { Command } from 'commander'; export declare class SupabaseCommands { /** * Register all Supabase-related commands using our working implementation */ registerCommands(program: Command): void; }