export default function enhance({ $, graphsCache, fileDirectoryPath, imageDirectoryPath, plantumlServer, plantumlJarPath, kirokiServer, webSequenceDiagramsServer, webSequenceDiagramsApiKey, }: { $: CheerioStatic; graphsCache: { [key: string]: string; }; fileDirectoryPath: string; imageDirectoryPath: string; plantumlServer: string; plantumlJarPath: string; kirokiServer: string; webSequenceDiagramsServer: string; webSequenceDiagramsApiKey: string; }): Promise;