import type { Config } from '@xopcai/xopc/config/index.js'; export declare function isTelegramExecApprovalEnabled(cfg: Config, accountId?: string): boolean; export declare function resolveTelegramExecApprovers(cfg: Config, accountId?: string): string[]; export declare function isTelegramExecApprovalApprover(params: { cfg: Config; accountId: string; senderId: string; }): boolean;