import TuyaOpenAPI from '../core/TuyaOpenAPI'; import TuyaDevice from './TuyaDevice'; import TuyaDeviceManager from './TuyaDeviceManager'; export default class TuyaCustomDeviceManager extends TuyaDeviceManager { api: TuyaOpenAPI; constructor(api: TuyaOpenAPI); getAssetList(parent_asset_id?: number): Promise; authorizeAssetList(uid: string, asset_ids?: string[], authorized_children?: boolean): Promise; getAssetDeviceIDList(assetID: string): Promise; updateDevices(assetIDList: string[]): Promise; } //# sourceMappingURL=TuyaCustomDeviceManager.d.ts.map