/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as types from '../types.js'; export declare function createAgentEngineSandboxConfigToVertex(fromObject: types.CreateAgentEngineSandboxConfig, parentObject: Record): Record; export declare function createAgentEngineSandboxRequestParametersToVertex(fromObject: types.CreateAgentEngineSandboxRequestParameters): Record; export declare function deleteAgentEngineSandboxRequestParametersToVertex(fromObject: types.DeleteAgentEngineSandboxRequestParameters): Record; export declare function executeCodeAgentEngineSandboxRequestParametersToVertex(fromObject: types.ExecuteCodeAgentEngineSandboxRequestParameters): Record; export declare function getAgentEngineSandboxOperationParametersToVertex(fromObject: types.GetAgentEngineSandboxOperationParameters): Record; export declare function getAgentEngineSandboxRequestParametersToVertex(fromObject: types.GetAgentEngineSandboxRequestParameters): Record; export declare function listAgentEngineSandboxesConfigToVertex(fromObject: types.ListAgentEngineSandboxesConfig, parentObject: Record): Record; export declare function listAgentEngineSandboxesRequestParametersToVertex(fromObject: types.ListAgentEngineSandboxesRequestParameters): Record;