import { ConfigType } from '@nestjs/config'; import { Optional } from '../../../common'; import { GoveeDeviceConfig } from './govee-device.config'; import { DeviceListResponse } from './models/device-list.response'; import { GoveeDevice } from '../../govee-device'; import { OAuthData } from '../account/models/account-client'; import { GoveeDiyService } from '../diy/govee-diy.service'; export declare class GoveeDeviceService { private readonly config; private readonly deviceListResponse; private readonly diyService; private readonly logger; constructor(config: ConfigType, deviceListResponse: Optional, diyService: GoveeDiyService); getDeviceList(oauthData: OAuthData): Promise; private getApiResult; private static parseResponse; private static getWiFiData; private static getBleData; } //# sourceMappingURL=govee-device.service.d.ts.map