import * as nearley from 'nearley';
export declare const getFilterGrammar: () => nearley.Parser;
export declare const getSortGrammar: () => nearley.Parser;
export declare const getSelectGrammar: () => nearley.Parser;
