import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { s as ReplyPayload } from "./get-reply-options.types-CS-CA1Iq.js"; declare namespace command_status_runtime_d_exports { export { ResolveDirectStatusReplyForSessionParams, resolveDirectStatusReplyForSession$1 as resolveDirectStatusReplyForSession }; } type ResolveDirectStatusReplyForSessionParams = { cfg: KlawConfig; sessionKey: string; channel: string; senderId?: string; senderIsOwner: boolean; isAuthorizedSender: boolean; isGroup: boolean; defaultGroupActivation: () => "always" | "mention"; }; declare function resolveDirectStatusReplyForSession$1(params: ResolveDirectStatusReplyForSessionParams): Promise; //#endregion //#region src/plugin-sdk/command-status-runtime.d.ts type CommandStatusRuntime = typeof command_status_runtime_d_exports; declare const resolveDirectStatusReplyForSession: CommandStatusRuntime["resolveDirectStatusReplyForSession"]; //#endregion export { ResolveDirectStatusReplyForSessionParams as n, resolveDirectStatusReplyForSession as t };