export interface Options { env: Record; include: string; jar: string; maxHeap: string; ttl: number; } export default async function plantuml(source: string, options: Options): Promise;