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