import { GoldRushClient } from "@covalenthq/client-sdk";
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
type TransportType = "stdio" | "http";
export declare function createGoldRushClient(apiKey?: string): GoldRushClient;
export declare function createServer(apiKey?: string): McpServer;
export declare function startStdioServer(apiKey?: string): Promise<void>;
export declare function startHttpServer(port?: number): void;
export declare function startServer(transportType?: TransportType, options?: {
    port?: number;
    apiKey?: string;
}): Promise<void>;
export declare function parseArgsAndStart(): void;
export {};
//# sourceMappingURL=server.d.ts.map