import type { JDLRuntime } from './types/runtime.js'; import type { JDLApplicationConfig } from './types/parsing.js'; export declare const createRuntime: (definition: JDLApplicationConfig) => JDLRuntime; export declare const getDefaultRuntime: () => JDLRuntime;