export interface MapRoomResponse {
    vacuumRoom?: number;
}
export interface Security {
    nonce: number;
}
//# sourceMappingURL=device.d.ts.map