import { wr as AgentMessage } from "../../index-fUjx6b6L.js"; import { In as ProviderSanitizeReplayHistoryContext, Sn as ProviderReplayPolicyContext, bn as ProviderReasoningOutputModeContext, kc as ProviderThinkingProfile, xn as ProviderReplayPolicy, yn as ProviderReasoningOutputMode } from "../../types-C_nat0ED.js"; import { Nt as ProviderNormalizeToolSchemasContext, a as AnyAgentTool, en as ProviderToolSchemaDiagnostic, wt as ProviderDefaultThinkingPolicyContext } from "../../plugin-entry-D3iV1gAb.js"; import { d as createGoogleThinkingStreamWrapper } from "../../provider-stream-shared-BiUV2HOv.js"; //#region extensions/google/provider-hooks.d.ts declare const GOOGLE_GEMINI_PROVIDER_HOOKS: { resolveThinkingProfile: (context: ProviderDefaultThinkingPolicyContext) => ProviderThinkingProfile | undefined; wrapStreamFn: typeof createGoogleThinkingStreamWrapper; normalizeToolSchemas: (ctx: ProviderNormalizeToolSchemasContext) => AnyAgentTool[]; inspectToolSchemas: (ctx: ProviderNormalizeToolSchemasContext) => ProviderToolSchemaDiagnostic[]; buildReplayPolicy?: ((ctx: ProviderReplayPolicyContext) => ProviderReplayPolicy | null | undefined) | undefined; sanitizeReplayHistory?: ((ctx: ProviderSanitizeReplayHistoryContext) => Promise | AgentMessage[] | null | undefined) | undefined; resolveReasoningOutputMode?: ((ctx: ProviderReasoningOutputModeContext) => ProviderReasoningOutputMode | null | undefined) | undefined; }; //#endregion export { GOOGLE_GEMINI_PROVIDER_HOOKS };