import type { Fz, KeyValue, Tz } from "../lib/types"; import * as modernExtend from "./modernExtend"; export declare const ledvanceFz: { pbc_level_to_action: { cluster: "genLevelCtrl"; type: ["commandMoveWithOnOff", "commandStopWithOnOff", "commandMove", "commandStop", "commandMoveToLevelWithOnOff"]; convert: (model: import("../lib/types").Definition, msg: Fz.Message<"genLevelCtrl", undefined, ["commandMoveWithOnOff", "commandStopWithOnOff", "commandMove", "commandStop", "commandMoveToLevelWithOnOff"]>, publish: import("../lib/types").Publish, options: KeyValue, meta: Fz.Meta) => { [x: string]: unknown; }; }; }; export declare const ledvanceTz: { ledvance_commands: { 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 function ledvanceOnOff(args?: modernExtend.OnOffArgs): import("../lib/types").ModernExtend; export declare function ledvanceLight(args?: modernExtend.LightArgs): import("../lib/types").ModernExtend; //# sourceMappingURL=ledvance.d.ts.map