export function renderHTML(html: any): {
__html: any;
};
export function cleanHTML(html: any): any;
export function asyncForEach(array: any, callback: any): Promise;
export function expandContentItem({ agility, contentItem, languageCode, depth }: {
agility: any;
contentItem: any;
languageCode: any;
depth?: number;
}): Promise;
export function expandContentList({ agility, contentItems, languageCode, depth }: {
agility: any;
contentItems: any;
languageCode: any;
depth: any;
}): Promise;
export function expandLinkedList({ agility, contentItem, languageCode, fieldName, sortIDField }: {
agility: any;
contentItem: any;
languageCode: any;
fieldName: any;
sortIDField: any;
}): Promise;