import { AxiosInstance } from 'axios'; import { Logger } from 'homebridge'; export declare class InfinityRestClient { username: string; private password; readonly log: Logger; private access_token; axios: AxiosInstance; constructor(username: string, password: string, log: Logger); activate(): Promise; forceActivate(): Promise; refreshToken(): Promise; forceRefreshToken(): Promise; } //# sourceMappingURL=rest_client.d.ts.map