import { FtServiceWithCache } from "../FtServiceWithCache"; import { FtUserAssetLabel } from "@fluid-topics/public-api"; export declare class UserAssetLabelsService extends FtServiceWithCache { private readonly CACHE_DURATION; getUserAssetLabels(): Promise>; private isAuthenticated; }