/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { InspectablePort, NodeValue, UnresolvedPathBoardCapability } from "@google-labs/breadboard"; export declare const isBoard: (port: InspectablePort, value: NodeValue) => value is UnresolvedPathBoardCapability | string | undefined; //# sourceMappingURL=board.d.ts.map