/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * * @param mode "head" | "tag" - "head" for the main branch, "tag" for the tag associated with the current package version * @returns The schema ID for the Breadboard Manifest schema. */ export declare function generateSchemaId(mode?: "head" | "tag", schemaPath?: string): string; export declare function getTagRef(): string; //# sourceMappingURL=generate-schema-id.d.ts.map