import { NetworkParameters } from '../../../models/jsonrpc/networkParameters'; import { SectionUserParameters } from '../../../models/jsonrpc/JSONRPCParameters'; export declare const userJSONRPCFactory: (networkParameters: NetworkParameters) => (configuration: SectionUserParameters) => { [x: string]: (params: any, callback: any) => Promise; };