import * as exposes from "./exposes"; import type { Fz, Tz } from "./types"; export declare const fzZosung: { zosung_send_ir_code_01: { cluster: "zosungIRTransmit"; type: ["commandZosungSendIRCode01"]; convert: (model: import("./types").Definition, msg: Fz.Message<"zosungIRTransmit", undefined, ["commandZosungSendIRCode01"]>, publish: import("./types").Publish, options: import("./types").KeyValue, meta: Fz.Meta) => void; }; zosung_send_ir_code_02: { cluster: "zosungIRTransmit"; type: ["commandZosungSendIRCode02"]; convert: (model: import("./types").Definition, msg: Fz.Message<"zosungIRTransmit", undefined, ["commandZosungSendIRCode02"]>, publish: import("./types").Publish, options: import("./types").KeyValue, meta: Fz.Meta) => Promise; }; zosung_send_ir_code_04: { cluster: "zosungIRTransmit"; type: ["commandZosungSendIRCode04"]; convert: (model: import("./types").Definition, msg: Fz.Message<"zosungIRTransmit", undefined, ["commandZosungSendIRCode04"]>, publish: import("./types").Publish, options: import("./types").KeyValue, meta: Fz.Meta) => Promise; }; zosung_send_ir_code_00: { cluster: "zosungIRTransmit"; type: ["commandZosungSendIRCode00"]; convert: (model: import("./types").Definition, msg: Fz.Message<"zosungIRTransmit", undefined, ["commandZosungSendIRCode00"]>, publish: import("./types").Publish, options: import("./types").KeyValue, meta: Fz.Meta) => Promise; }; zosung_send_ir_code_03: { cluster: "zosungIRTransmit"; type: ["commandZosungSendIRCode03Resp"]; convert: (model: import("./types").Definition, msg: Fz.Message<"zosungIRTransmit", undefined, ["commandZosungSendIRCode03Resp"]>, publish: import("./types").Publish, options: import("./types").KeyValue, meta: Fz.Meta) => Promise; }; zosung_send_ir_code_05: { cluster: "zosungIRTransmit"; type: ["commandZosungSendIRCode05Resp"]; convert: (model: import("./types").Definition, msg: Fz.Message<"zosungIRTransmit", undefined, ["commandZosungSendIRCode05Resp"]>, publish: import("./types").Publish, options: import("./types").KeyValue, meta: Fz.Meta) => Promise<{ learned_ir_code: any; }>; }; }; export declare const tzZosung: { zosung_ir_code_to_send: { key: string[]; convertSet: (entity: import("@willieee802/zigbee-herdsman/dist/controller/model").Group | import("@willieee802/zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise; }; zosung_learn_ir_code: { key: string[]; convertSet: (entity: import("@willieee802/zigbee-herdsman/dist/controller/model").Group | import("@willieee802/zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise; }; }; export declare const presetsZosung: { learn_ir_code: () => exposes.Binary; learned_ir_code: () => exposes.Text; ir_code_to_send: () => exposes.Text; }; //# sourceMappingURL=zosung.d.ts.map