import { Request, Response } from 'express'; export declare class DeviceBindingController { static getAllBindings(req: Request, res: Response): Promise; static getDevicesByRoom(req: Request, res: Response): Promise; static getAvailableDevices(req: Request, res: Response): Promise; static getAllDevicesWithBindingStatus(req: Request, res: Response): Promise; static bindDevice(req: Request, res: Response): Promise; static unbindDevice(req: Request, res: Response): Promise; static updateBinding(req: Request, res: Response): Promise; static getRoomDevicesWithDetails(req: Request, res: Response): Promise; } //# sourceMappingURL=deviceBindingController.d.ts.map