import { HttpClient } from '../http-client'; import { DeviceTag } from '../types/devices'; export declare class TagEndpoints { private http; private site; constructor(http: HttpClient, site: string); listDeviceTags(): Promise; }