import { ClusterId } from "../datatype/ClusterId.js"; import { TlvAttributePath, TlvCommandPath, TlvEventPath } from "../protocol/index.js"; import { TypeFromSchema } from "../tlv/TlvSchema.js"; export declare function getClusterNameById(clusterId: ClusterId): string; export declare function resolveAttributeName({ nodeId, endpointId, clusterId, attributeId }: TypeFromSchema): string; export declare function resolveEventName({ nodeId, endpointId, clusterId, eventId, isUrgent }: TypeFromSchema): string; export declare function resolveCommandName({ endpointId, clusterId, commandId }: TypeFromSchema): string; //# sourceMappingURL=ClusterHelper.d.ts.map