/**
 * This function resolves image paths and render code blocks
 * @param html the html string that we will analyze
 * @return html
 */
export default function enhance($: any, graphsCache: {
    [key: string]: string;
}, fileDirectoryPath: string, imageDirectoryPath: string, plantumlServer: string): Promise<void>;
