/** * @license * Copyright 2022-2024 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { TimeNode } from "@project-chip/matter-node.js/time"; export declare class TimeReactNative extends TimeNode { set utility(_value: boolean); get utility(): boolean; } //# sourceMappingURL=TimeReactNative.d.ts.map