import { RequestContext } from "./requestContext"; export declare function invoke(context: RequestContext, target: any, name: string, ...args: any[]): Promise; export declare function invokeAll(context: RequestContext, type: 'linear' | 'parallel' | 'all' | 'race', name: string, ...args: any[]): Promise;