import type { ClarifyBridge } from './clarify-bridge.js'; export declare function registerClarifyBridge(bridge: ClarifyBridge | null): void; export declare function submitClarifyResponseFromChannel(requestId: string, answer: string): boolean; export declare function submitClarifyChoiceFromChannel(requestId: string, choiceIndex: number): boolean; export declare function tryConsumeTelegramClarifyFreeText(sessionKey: string, text: string): boolean;