/** * @license * Copyright 2025-2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ import type { BorderRouterEntry, MatterClient } from "@matter-server/ws-client"; /** * Snapshot of mDNS-discovered Thread Border Routers. * * Refreshed on Thread-graph mount and on the reload-button click. The map is keyed by the * uppercase 16-char xa hex so callers can join against neighbor-table extended addresses * normalized to the same casing. */ export declare class BorderRouterStore { #private; get entries(): ReadonlyMap; refresh(client: MatterClient): Promise; reset(): void; } //# sourceMappingURL=border-router-store.d.ts.map