import { Gr as DispatchReplyWithBufferedBlockDispatcher, Kr as DispatchReplyWithDispatcher } from "./types-C_nat0ED.js"; //#region src/plugin-sdk/reply-dispatch-runtime.d.ts /** Dispatches a reply with buffered block support after lazy-loading the runtime dispatcher. */ declare const dispatchReplyWithBufferedBlockDispatcher: DispatchReplyWithBufferedBlockDispatcher; /** Dispatches a reply through the provider dispatcher after lazy-loading runtime code. */ declare const dispatchReplyWithDispatcher: DispatchReplyWithDispatcher; //#endregion export { dispatchReplyWithDispatcher as n, dispatchReplyWithBufferedBlockDispatcher as t };