import type { JDLRuntime } from '../types/runtime.js'; export declare function parse(input: any, startRule?: string, runtime?: JDLRuntime): any; export declare function getCst(input: any, startRule?: string, runtime?: JDLRuntime): any; export declare function getSyntacticAutoCompleteSuggestions(input: any, startRule?: string, runtime?: JDLRuntime): import("chevrotain").TokenType[];