import { FtBookmark } from "@fluid-topics/public-api"; import { FtServiceWithCache } from "./FtServiceWithCache"; export declare class BookmarksService extends FtServiceWithCache { listMyBookmarks(): Promise; }