import { ServerService } from './server.service'; export declare class ServerController { private serverService; constructor(serverService: ServerService); getInternalIp(req: any, res: any): Promise; restartServer(res: any): Promise; getQrCode(res: any): Promise; resetHomebridgeAccessory(): Promise; }