type ReadChannelAllowFromStore = typeof import("../../pairing/pairing-store.js").readChannelAllowFromStore; type UpsertChannelPairingRequest = typeof import("../../pairing/pairing-store.js").upsertChannelPairingRequest; type ReadChannelAllowFromStoreForAccount = (params: { channel: Parameters[0]; accountId: string; env?: Parameters[1]; }) => ReturnType; type UpsertChannelPairingRequestForAccount = (params: Omit[0], "accountId"> & { accountId: string; }) => ReturnType; export type PluginRuntimeChannel = { text: { chunkByNewline: typeof import("../../auto-reply/chunk.js").chunkByNewline; chunkMarkdownText: typeof import("../../auto-reply/chunk.js").chunkMarkdownText; chunkMarkdownTextWithMode: typeof import("../../auto-reply/chunk.js").chunkMarkdownTextWithMode; chunkText: typeof import("../../auto-reply/chunk.js").chunkText; chunkTextWithMode: typeof import("../../auto-reply/chunk.js").chunkTextWithMode; resolveChunkMode: typeof import("../../auto-reply/chunk.js").resolveChunkMode; resolveTextChunkLimit: typeof import("../../auto-reply/chunk.js").resolveTextChunkLimit; hasControlCommand: typeof import("../../auto-reply/command-detection.js").hasControlCommand; resolveMarkdownTableMode: typeof import("../../config/markdown-tables.js").resolveMarkdownTableMode; convertMarkdownTables: typeof import("../../markdown/tables.js").convertMarkdownTables; }; reply: { dispatchReplyWithBufferedBlockDispatcher: typeof import("../../auto-reply/reply/provider-dispatcher.js").dispatchReplyWithBufferedBlockDispatcher; createReplyDispatcherWithTyping: typeof import("../../auto-reply/reply/reply-dispatcher.js").createReplyDispatcherWithTyping; resolveEffectiveMessagesConfig: typeof import("../../agents/identity.js").resolveEffectiveMessagesConfig; resolveHumanDelayConfig: typeof import("../../agents/identity.js").resolveHumanDelayConfig; dispatchReplyFromConfig: typeof import("../../auto-reply/reply/dispatch-from-config.js").dispatchReplyFromConfig; withReplyDispatcher: typeof import("../../auto-reply/dispatch.js").withReplyDispatcher; finalizeInboundContext: typeof import("../../auto-reply/reply/inbound-context.js").finalizeInboundContext; formatAgentEnvelope: typeof import("../../auto-reply/envelope.js").formatAgentEnvelope; formatInboundEnvelope: typeof import("../../auto-reply/envelope.js").formatInboundEnvelope; resolveEnvelopeFormatOptions: typeof import("../../auto-reply/envelope.js").resolveEnvelopeFormatOptions; }; routing: { buildAgentSessionKey: typeof import("../../routing/resolve-route.js").buildAgentSessionKey; resolveAgentRoute: typeof import("../../routing/resolve-route.js").resolveAgentRoute; }; pairing: { buildPairingReply: typeof import("../../pairing/pairing-messages.js").buildPairingReply; readAllowFromStore: ReadChannelAllowFromStoreForAccount; upsertPairingRequest: UpsertChannelPairingRequestForAccount; }; media: { fetchRemoteMedia: typeof import("../../media/fetch.js").fetchRemoteMedia; saveMediaBuffer: typeof import("../../media/store.js").saveMediaBuffer; }; activity: { record: typeof import("../../infra/channel-activity.js").recordChannelActivity; get: typeof import("../../infra/channel-activity.js").getChannelActivity; }; session: { resolveStorePath: typeof import("../../config/sessions.js").resolveStorePath; readSessionUpdatedAt: typeof import("../../config/sessions.js").readSessionUpdatedAt; recordSessionMetaFromInbound: typeof import("../../config/sessions.js").recordSessionMetaFromInbound; recordInboundSession: typeof import("../../channels/session.js").recordInboundSession; updateLastRoute: typeof import("../../config/sessions.js").updateLastRoute; }; mentions: { buildMentionRegexes: typeof import("../../auto-reply/reply/mentions.js").buildMentionRegexes; matchesMentionPatterns: typeof import("../../auto-reply/reply/mentions.js").matchesMentionPatterns; matchesMentionWithExplicit: typeof import("../../auto-reply/reply/mentions.js").matchesMentionWithExplicit; }; reactions: { shouldAckReaction: typeof import("../../channels/ack-reactions.js").shouldAckReaction; removeAckReactionAfterReply: typeof import("../../channels/ack-reactions.js").removeAckReactionAfterReply; }; groups: { resolveGroupPolicy: typeof import("../../config/group-policy.js").resolveChannelGroupPolicy; resolveRequireMention: typeof import("../../config/group-policy.js").resolveChannelGroupRequireMention; }; debounce: { createInboundDebouncer: typeof import("../../auto-reply/inbound-debounce.js").createInboundDebouncer; resolveInboundDebounceMs: typeof import("../../auto-reply/inbound-debounce.js").resolveInboundDebounceMs; }; commands: { resolveCommandAuthorizedFromAuthorizers: typeof import("../../channels/command-gating.js").resolveCommandAuthorizedFromAuthorizers; isControlCommandMessage: typeof import("../../auto-reply/command-detection.js").isControlCommandMessage; shouldComputeCommandAuthorized: typeof import("../../auto-reply/command-detection.js").shouldComputeCommandAuthorized; shouldHandleTextCommands: typeof import("../../auto-reply/commands-registry.js").shouldHandleTextCommands; }; telegram: { auditGroupMembership: typeof import("../../telegram/audit.js").auditTelegramGroupMembership; collectUnmentionedGroupIds: typeof import("../../telegram/audit.js").collectTelegramUnmentionedGroupIds; probeTelegram: typeof import("../../telegram/probe.js").probeTelegram; resolveTelegramToken: typeof import("../../telegram/token.js").resolveTelegramToken; sendMessageTelegram: typeof import("../../telegram/send.js").sendMessageTelegram; sendPollTelegram: typeof import("../../telegram/send.js").sendPollTelegram; monitorTelegramProvider: typeof import("../../telegram/monitor.js").monitorTelegramProvider; messageActions: typeof import("../../channels/plugins/actions/telegram.js").telegramMessageActions; }; }; export {};