#!/usr/bin/env node
import { Command } from "commander";
/**
 * Configure the CLI commands
 */
export declare function setupCLI(config: any, prismaModule: any): Command;
