/**
 * Venly MCP Server - Mainnet
 *
 * Production blockchain networks server with user-specific authentication
 */
import { VenlyMCPServer } from './VenlyMCPServer.js';
/**
 * Mainnet Venly MCP Server
 * Handles production blockchain networks (Ethereum, Polygon, BSC, etc.)
 */
export declare class VenlyMCPServerMainnet extends VenlyMCPServer {
    constructor();
}
//# sourceMappingURL=VenlyMCPServerMainnet.d.ts.map