export declare function dispatchPluginReply(modelId: string, handlerName: string, request: TRequest): Promise; export declare function dispatchPluginStream(modelId: string, handlerName: string, request: TRequest, inputStream?: AsyncIterable): AsyncGenerator; //# sourceMappingURL=plugin-dispatch.d.ts.map