import JDLDeployment from '../../core/models/jdl-deployment.js'; import type { ParsedJDLDeployment } from '../../core/types/parsed.js'; declare const _default: { convertDeployments: typeof convertDeployments; }; export default _default; export declare function convertDeployments(parsedDeployments: ParsedJDLDeployment[]): JDLDeployment[];