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