/** * @license * Copyright 2025-2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ import type { MatterNode } from "@matter-server/ws-client"; import { type DeviceType } from "../client/models/descriptions.js"; export declare function getEndpointDeviceTypes(node: MatterNode, endpoint: number): DeviceType[]; //# sourceMappingURL=endpoints.d.ts.map