/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { TypeFromSchema } from "#tlv/index.js"; /** @see {@link MatterSpecification.v13.Core}, section 10.6.11 */ export declare const TlvCommandPath: import("#tlv/index.js").ObjectSchema<{ endpointId: import("#tlv/index.js").OptionalFieldType; clusterId: import("#tlv/index.js").FieldType; commandId: import("#tlv/index.js").FieldType; }>; export type CommandPath = TypeFromSchema; //# sourceMappingURL=TlvCommandPath.d.ts.map