export declare const WBTC_PUBLIC_API_BASE_URL = "https://openapi.wbtc.network/public/v1"; export type WbtcMcpConfig = { publicApiBaseUrl: string; timeoutMs: number; }; export declare function loadConfig(env?: NodeJS.ProcessEnv): WbtcMcpConfig;