import { GenaiAgentReply } from '@/types/dto/genai-agent-reply.dto'; export declare function extractAgentReply(res: unknown): GenaiAgentReply | null;