import ExprType from '../Linker/ExprType'; declare const LinkExprBinaryRules: { [key: string]: ExprType; }; export default LinkExprBinaryRules;