/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { ResourceReference } from "."; export declare const isReference: (value: unknown) => value is ResourceReference; //# sourceMappingURL=isReference.d.ts.map