type ResolveChunkMode = typeof import("openclaw/plugin-sdk/reply-runtime").resolveChunkMode; type FinalizeInboundContext = typeof import("openclaw/plugin-sdk/reply-runtime").finalizeInboundContext; type DispatchReplyWithDispatcher = typeof import("openclaw/plugin-sdk/reply-runtime").dispatchReplyWithDispatcher; type ResolveConversationLabel = typeof import("openclaw/plugin-sdk/conversation-runtime").resolveConversationLabel; type RecordInboundSessionMetaSafe = typeof import("openclaw/plugin-sdk/conversation-runtime").recordInboundSessionMetaSafe; type ResolveMarkdownTableMode = typeof import("openclaw/plugin-sdk/config-runtime").resolveMarkdownTableMode; type ResolveAgentRoute = typeof import("openclaw/plugin-sdk/routing").resolveAgentRoute; type DeliverSlackSlashReplies = typeof import("./replies.js").deliverSlackSlashReplies; export declare function resolveChunkMode(...args: Parameters): ReturnType; export declare function finalizeInboundContext(...args: Parameters): ReturnType; export declare function dispatchReplyWithDispatcher(...args: Parameters): ReturnType; export declare function resolveConversationLabel(...args: Parameters): ReturnType; export declare function recordInboundSessionMetaSafe(...args: Parameters): ReturnType; export declare function resolveMarkdownTableMode(...args: Parameters): ReturnType; export declare function resolveAgentRoute(...args: Parameters): ReturnType; export declare function deliverSlackSlashReplies(...args: Parameters): ReturnType; export {};