/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { GraphIdentifier } from "@breadboard-ai/types"; export { isModule, getModuleId }; declare function isModule(graphId: GraphIdentifier): boolean; declare function getModuleId(graphId: GraphIdentifier): string; //# sourceMappingURL=utils.d.ts.map