/** * @license * Copyright 2025-2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ import type { MatterClient } from "@matter-server/ws-client"; export declare const clientContext: { __context__: MatterClient; }; export declare const tickContext: { __context__: number; }; //# sourceMappingURL=client-context.d.ts.map