/** * Allow to grab external content * if browser support is enabled, it will update URLs to make them work on browser side. */ export declare class UrlFetcher { private axiosInstance; fetchTextOptionalContent(url: string): Promise; fetchText(url: string): Promise; }