import { JSONRpcMethods } from '../interfaces/JSONRpcMethods.js';
import { MethodMapping } from './types/WebSocketProviderTypes.js';
export declare const METHOD_MAPPINGS: Partial<Record<JSONRpcMethods, MethodMapping>>;
