import ExprRule from './ExprRule'; import ExprType from './ExprType'; declare const ExprRules: { [key in ExprType]: ExprRule; }; export default ExprRules;