import type { JDLRuntime } from '../types/runtime.js'; import JDLApplication from './jdl-application.js'; export declare function createJDLApplication(config: any, namespaceConfigs: Record> | undefined, runtime?: JDLRuntime): JDLApplication; export default createJDLApplication;