import { Configurer } from '../Core/index'; /**The weak authentication allows for anonymous authentication of devices. Such devices can display a qrcode to allow regular users to take control of them*/ export declare class WeakConfigurer extends Configurer { }