import ohm from 'ohm-js'; export declare function getGrammar(akoGrammar: string): { grammar: ohm.Grammar; semantics: ohm.Semantics; ASTBuilder: ohm.Semantics; };