import type { AgentFunction, AgentFunctionInfo } from "graphai"; import type { GoogleTTSAgentParams, AgentBufferResult, AgentTextInputs, AgentErrorResult } from "../types/agent.js"; export declare const ttsGoogleAgent: AgentFunction; declare const ttsGoogleAgentInfo: AgentFunctionInfo; export default ttsGoogleAgentInfo;