import type { HAP } from 'homebridge';
export default function CustomCharacteristics(hap: HAP): {
    EnergyUsage: any;
    PanelStatus: any;
    PanelArmType: any;
};
//# sourceMappingURL=CustomCharacteristics.d.ts.map