export declare const GoveeDeviceConfigKey = "Configuration.Govee.Device"; export declare const GoveeDeviceConfig: (() => { deviceListUrl: string; appDeviceTopicUrl: string; headers: (data: import("..").OAuthData, clientType?: "0" | "1") => Record; }) & import("@nestjs/config").ConfigFactoryKeyHost<{ deviceListUrl: string; appDeviceTopicUrl: string; headers: (data: import("..").OAuthData, clientType?: "0" | "1") => Record; }>; //# sourceMappingURL=govee-device.config.d.ts.map