import type { ProjectConfig } from "../../types.js";
export declare function setupSupabase(config: ProjectConfig): Promise<void>;
