import { Command } from 'overkiz-client';
import VentilationSystem from '../VentilationSystem';
export default class DimplexVentilationInletOutlet extends VentilationSystem {
    protected getTargetStateCommands(value: any): Command | Array<Command>;
}
//# sourceMappingURL=DimplexVentilationInletOutlet.d.ts.map