import InfixNodeRule from './InfixNodeRule'; declare const InfixNodeRules: { [key: number]: InfixNodeRule; }; export default InfixNodeRules;