export declare function grammarParse(input: any, startRule?: string): any;
export declare function getGrammarCst(input: any, startRule?: string): any;
export declare function getGrammarAutoCompleteSuggestions(input: any, startRule?: string): unknown[];
export declare function getLexResult(input: any, startRule?: string): any;
