import * as Zcl from "../../zspec/zcl"; import type { CustomClusters } from "../../zspec/zcl/definition/tstype"; import type { ClusterOrRawWriteAttributes, TCustomCluster } from "../tstype"; declare function attributeKeyValue(frame: Zcl.Frame, deviceManufacturerID: number | undefined, customClusters: CustomClusters): ClusterOrRawWriteAttributes; declare function attributeList(frame: Zcl.Frame, deviceManufacturerID: number | undefined, customClusters: CustomClusters): Array; export { attributeKeyValue, attributeList }; //# sourceMappingURL=zclFrameConverter.d.ts.map