import { Optional } from '../../../common'; import { DeviceModel } from '../devices.model'; import { DeviceOpState } from './device.state'; import { StateCommandAndStatus } from './states.types'; export declare const ControlLockStateName: 'controlLock'; export type ControlLockStateName = typeof ControlLockStateName; export declare class ControlLockState extends DeviceOpState> { constructor(device: DeviceModel, opType?: number, ...identifier: number[]); parseOpCommand(opCommand: number[]): void; protected readonly stateToCommand: (nextState: Optional) => Optional; } //# sourceMappingURL=control-lock.state.d.ts.map