import type JDLObject from '../../core/models/jdl-object.js'; import type { JSONField } from '../../core/types/json-config.js'; declare const _default: { convert: typeof convert; }; export default _default; export declare function convert(jdlObject: JDLObject): Map;