import { DeviceType } from '../../../models/Device';
import Command from '../../command';
export default class GetStateCommand extends Command<string> {
    execute(serial: string): Promise<DeviceType>;
}
//# sourceMappingURL=getstate.d.ts.map