import type { SKYKOIConfig } from "../config/config.js"; import type { TelegramInlineButtonsScope } from "../config/types.telegram.js"; export declare function resolveTelegramInlineButtonsScope(params: { cfg: SKYKOIConfig; accountId?: string | null; }): TelegramInlineButtonsScope; export declare function isTelegramInlineButtonsEnabled(params: { cfg: SKYKOIConfig; accountId?: string | null; }): boolean; export declare function resolveTelegramTargetChatType(target: string): "direct" | "group" | "unknown";