import pt from "@cicada-lang/partech"; import { Exp } from "../../exp"; export declare function exp_matcher(tree: pt.Tree): Exp; export declare function operator_matcher(tree: pt.Tree): Exp; export declare function operand_matcher(tree: pt.Tree): Exp;