import { IHubContent } from "../core/types/IHubContent"; import { IFetchContentOptions } from "./types"; /** * Fetch Content from ArcGIS Portal by id (guid) or slug * @param identifier * @param options * @returns */ export declare const fetchContentPortal: (identifier: string, options: IFetchContentOptions) => Promise;