import HttpClient from "./index"; import { ContactTagDto } from "../data/Contact"; export declare class TagService extends HttpClient { getAllTags(bearer: string, account: string): Promise; }