import { EbsiRPCResponse, RpcMethodArgs } from '../types';
/**
 * Allows to call 5 api methods of the EBSI RPC api
 * - insertDidDocument
 * - updateBaseDocument
 * - addVerificationMethod
 * - addVerificationMethodRelationship
 * - sendSignedTransaction
 * @function callRpcMethod
 * @param {{ params: RPCParams[]; id: number; token: string; method: EbsiRpcMethod; apiOpts? ApiOpts }} args
 */
export declare const callRpcMethod: (args: RpcMethodArgs) => Promise<EbsiRPCResponse>;
//# sourceMappingURL=EbsiRPCService.d.ts.map