export declare namespace MarkdownPreprocessingUtil { function externalizeURL(inputMarkdown: string, showDebugLog?: boolean): string; function modifyImageURL(inputMarkdown: string, imgUrlPrefix: string, showDebugLog?: boolean): string; }