export declare class JsonRpcProvider { private readonly url; private requestId; constructor(url: string); callMethod(method: string, parameters?: Array> | Record, fetchOptions?: RequestInit): Promise; } //# sourceMappingURL=rpc.d.ts.map