/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { BaseArtifactService } from './base_artifact_service.js'; export declare function getArtifactServiceFromUri(uri: string): BaseArtifactService;