import type { PluginInvokeRequest, PluginInvokeResponse, PluginInvokeStreamRequest, PluginInvokeStreamResponse } from "../../../schemas/plugin"; export declare function handlePluginInvoke(request: PluginInvokeRequest): Promise; export declare function handlePluginInvokeStream(request: PluginInvokeStreamRequest): AsyncGenerator; //# sourceMappingURL=plugin-invoke.d.ts.map