#!/usr/bin/env tsx /** * Stripe MCP Server Launcher * * Starts the Stripe MCP server for AI-powered payment management. * * Usage: * pnpm mcp:stripe */ /** * Launch the Stripe MCP server. * Exported for programmatic use by the Hypervisor. */ export declare function launchStripeMcp(): Promise; //# sourceMappingURL=stripe.d.ts.map