/** * @license * Copyright 2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ import { MatterClient, MatterNode } from "@matter-server/ws-client"; export declare const showNodeLabelDialog: (client: MatterClient, node: MatterNode) => Promise; //# sourceMappingURL=show-node-label-dialog.d.ts.map