/**
 * Midjourney tools for MCP server
 */
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
import { Config } from "../utils/config.js";
/**
 * Registers all Midjourney tools with the MCP server
 */
export declare function registerMidjourneyTools(server: Server, config: Config): void;
//# sourceMappingURL=midjourney.d.ts.map