import { QuickLink } from "../../models"; import { GuidValue } from "@omnia/fx-models"; export declare class RecentLinksService { private httpClient; addRecentLink: (linkId: string) => Promise; getRecentLinks: (bussinessProfileId: GuidValue, take?: number) => Promise; }