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