import { Command } from 'overkiz-client';
import RollerShutter from '../RollerShutter';
export default class PositionableRollerShutterWithLowSpeedManagement extends RollerShutter {
    protected lowSpeed: any;
    protected applyConfig(config: any): void;
    protected getTargetCommands(value: any): Command;
    protected get isLowSpeed(): boolean;
}
//# sourceMappingURL=PositionableRollerShutterWithLowSpeedManagement.d.ts.map