import { Command } from 'overkiz-client';
import HeatingSystem from './HeatingSystem';
export default class ExteriorHeatingSystem extends HeatingSystem {
    protected registerMainService(): import("hap-nodejs").Service;
    protected getOnCommands(value: any): Command | Array<Command>;
}
//# sourceMappingURL=ExteriorHeatingSystem.d.ts.map