import { IHubContent } from "../core/types/IHubContent"; import { IFetchContentOptions } from "./types"; /** * Fetch Content by identifier, using Portal API * @param identifier * @param options * @returns */ export declare const fetchContent: (identifier: string, options?: IFetchContentOptions) => Promise;