/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as types from '../types.js'; export declare function agentEngineOperationFromVertex(fromObject: types.AgentEngineOperation): Record; export declare function createAgentEngineConfigToVertex(fromObject: types.CreateAgentEngineConfig, parentObject: Record): Record; export declare function createAgentEngineRequestParametersToVertex(fromObject: types.CreateAgentEngineRequestParameters): Record; export declare function deleteAgentEngineRequestParametersToVertex(fromObject: types.DeleteAgentEngineRequestParameters): Record; export declare function getAgentEngineOperationParametersToVertex(fromObject: types.GetAgentEngineOperationParameters): Record; export declare function getAgentEngineRequestParametersToVertex(fromObject: types.GetAgentEngineRequestParameters): Record; export declare function listAgentEngineConfigToVertex(fromObject: types.ListAgentEngineConfig, parentObject: Record): Record; export declare function listAgentEngineRequestParametersToVertex(fromObject: types.ListAgentEngineRequestParameters): Record; export declare function listReasoningEnginesResponseFromVertex(fromObject: types.ListReasoningEnginesResponse): Record; export declare function queryAgentEngineConfigToVertex(fromObject: types.QueryAgentEngineConfig, parentObject: Record): Record; export declare function queryAgentEngineRequestParametersToVertex(fromObject: types.QueryAgentEngineRequestParameters): Record; export declare function reasoningEngineContextSpecFromVertex(fromObject: types.ReasoningEngineContextSpec): Record; export declare function reasoningEngineContextSpecMemoryBankConfigFromVertex(fromObject: types.ReasoningEngineContextSpecMemoryBankConfig): Record; export declare function reasoningEngineContextSpecMemoryBankConfigToVertex(fromObject: types.ReasoningEngineContextSpecMemoryBankConfig): Record; export declare function reasoningEngineContextSpecToVertex(fromObject: types.ReasoningEngineContextSpec): Record; export declare function reasoningEngineFromVertex(fromObject: types.ReasoningEngine): Record; export declare function structuredMemoryConfigFromVertex(fromObject: types.StructuredMemoryConfig): Record; export declare function structuredMemoryConfigToVertex(fromObject: types.StructuredMemoryConfig): Record; export declare function structuredMemorySchemaConfigFromVertex(fromObject: types.StructuredMemorySchemaConfig): Record; export declare function structuredMemorySchemaConfigToVertex(fromObject: types.StructuredMemorySchemaConfig): Record; export declare function updateAgentEngineConfigToVertex(fromObject: types.UpdateAgentEngineConfig, parentObject: Record): Record; export declare function updateAgentEngineRequestParametersToVertex(fromObject: types.UpdateAgentEngineRequestParameters): Record;