import { FavoritesApi, NodePaging, FavoritePaging } from '@alfresco/js-api'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class FavoritesApiService { private readonly apiService; private readonly preferences; private _favoritesApi; get favoritesApi(): FavoritesApi; static remapEntry({ entry }: any): any; remapFavoritesData(data?: FavoritePaging): NodePaging; remapFavoriteEntries(entries: any[]): any[]; /** * Gets the favorites for a user. * * @param personId ID of the user * @param options Options supported by JS-API * @returns List of favorites */ getFavorites(personId: string, options?: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }