/** Which product surface owns this agent document. */ export declare const ConversationProduct: { readonly Agents: "agents"; readonly SpeechEngine: "speech_engine"; }; export type ConversationProduct = (typeof ConversationProduct)[keyof typeof ConversationProduct];