import { Request, Response } from 'express'; export declare class DeviceLogController { static getDeviceLogs(req: Request, res: Response): Promise; static getDeviceConnectLogs(req: Request, res: Response): Promise; static getDevicePublishLogs(req: Request, res: Response): Promise; static getDeviceSubscribeLogs(req: Request, res: Response): Promise; static getDeviceLogStats(req: Request, res: Response): Promise; static getDeviceDailyStats(req: Request, res: Response): Promise; static getDeviceAuthLogs(req: Request, res: Response): Promise; static getDeviceSystemLogs(req: Request, res: Response): Promise; static getDeviceOverview(req: Request, res: Response): Promise; static getDeviceAuthStats(req: Request, res: Response): Promise; } //# sourceMappingURL=deviceLogController.d.ts.map