/** A device for registration */
export interface DeviceForRegistration {
    /** Whether or not this device is actived */
    activated: boolean;
    /**  */
    deviceId: string;
    /** The last time this device was seen on the provisionning servers */
    lastSeen: string;
}
//# sourceMappingURL=DeviceForRegistration.d.ts.map