import type { CliConfig, CommandContext, ParsedArgs } from "../../types.js"; export declare function runDriverCommand(config: CliConfig, command: "up" | "down" | "logs" | "ps" | "restart", parsed: ParsedArgs, context: CommandContext): Promise; //# sourceMappingURL=action.d.ts.map