#!/usr/bin/env node /** * Frase MCP Server — Interactive Setup * * Usage: npx @frase/mcp-server init * * Detects installed AI tools, prompts for API key, * and auto-configures the MCP server. */ /** * Main init flow */ export declare function runInit(): Promise; //# sourceMappingURL=init.d.ts.map