import type { DispatchReplyWithBufferedBlockDispatcher, DispatchReplyWithDispatcher } from "./provider-dispatcher.types.js"; export type { DispatchReplyWithBufferedBlockDispatcher, DispatchReplyWithDispatcher, } from "./provider-dispatcher.types.js"; export declare const dispatchReplyWithBufferedBlockDispatcher: DispatchReplyWithBufferedBlockDispatcher; export declare const dispatchReplyWithDispatcher: DispatchReplyWithDispatcher;