import type { RPCContext } from '../core'; import type { RPCCall } from './normalize'; export declare function runBatch(router: any, calls: RPCCall[], context: RPCContext): Promise;