import { AgentResponse } from "../../types"; import { Is } from "@byte.london/byteguards"; export declare const isAgentResponseDetails: Is<{ publishDate: number; text: string; }>; export declare const isAgentResponse: Is;