import type { Bot } from 'grammy'; import type { TelegramPendingApproval } from './approval-store.js'; import type { Config } from '@xopcai/xopc/config/index.js'; export declare function deliverTelegramExecApprovalPrompt(params: { bot: Bot; cfg: Config; accountId: string; approval: TelegramPendingApproval; }): Promise;