import type { JDLRuntime } from '../types/runtime.js'; export default function performAdditionalSyntaxChecks(cst: any, runtime: JDLRuntime): any[];