import type JDLObject from '../../core/models/jdl-object.js'; export default function exportToJDL(jdl: JDLObject, path?: string): string;